refactor: lint and reset logic in test

This commit is contained in:
Pranav C
2024-08-27 07:23:44 +00:00
parent 93b4bc3773
commit 1b6b59b7ff
4 changed files with 21 additions and 18 deletions

View File

@@ -65,5 +65,9 @@ test.describe.serial('App setup', () => {
});
await accountSetupPage.goto();
await accountSetupPage.isConfigured('storage', true);
await accountSetupPage.resetConfig({
key: 'storage',
plugin: 'S3',
});
});
});