ci: Reset DB only once per e2e test (no-changelog) (#6216)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-05-26 15:15:06 +00:00
committed by GitHub
parent b777f9031d
commit 7a7b884793
31 changed files with 50 additions and 65 deletions

View File

@@ -10,7 +10,6 @@ const settingsLogStreamingPage = new SettingsLogStreamingPage();
describe('Log Streaming Settings', () => {
before(() => {
cy.resetAll();
cy.setup({ email, firstName, lastName, password });
});