mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 04:45:07 +00:00
refactor: lint and reset logic in test
This commit is contained in:
@@ -65,5 +65,9 @@ test.describe.serial('App setup', () => {
|
||||
});
|
||||
await accountSetupPage.goto();
|
||||
await accountSetupPage.isConfigured('storage', true);
|
||||
await accountSetupPage.resetConfig({
|
||||
key: 'storage',
|
||||
plugin: 'S3',
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user