mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2025-03-30 07:05:28 +00:00
since we cleared cache, not needed
This commit is contained in:
parent
a4371d0283
commit
85b324cd5c
1 changed files with 0 additions and 3 deletions
|
@ -227,7 +227,6 @@ describe('Application life cycle test', function () {
|
|||
it('logout', clearCache);
|
||||
|
||||
it('uninstall app', async function () {
|
||||
await browser.executeScript('localStorage.clear();');
|
||||
execSync('cloudron uninstall --app ' + app.id, EXEC_ARGS);
|
||||
});
|
||||
|
||||
|
@ -244,7 +243,6 @@ describe('Application life cycle test', function () {
|
|||
it('can logout', clearCache);
|
||||
|
||||
it('uninstall app (no sso)', async function () {
|
||||
await browser.executeScript('localStorage.clear();');
|
||||
execSync('cloudron uninstall --app ' + app.id, EXEC_ARGS);
|
||||
});
|
||||
|
||||
|
@ -271,7 +269,6 @@ describe('Application life cycle test', function () {
|
|||
it('logout', clearCache);
|
||||
|
||||
it('uninstall app', async function () {
|
||||
await browser.executeScript('localStorage.clear();');
|
||||
execSync('cloudron uninstall --app ' + app.id, EXEC_ARGS);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue