Skip to content

Commit

Permalink
Adding waiting for changing language
Browse files Browse the repository at this point in the history
  • Loading branch information
wrt95 committed Feb 6, 2024
1 parent 2ebe61d commit e226f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/testing/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ export default defineConfig<ExtendedTestOptions>({
// Add ALL other test names here to make sure that the log out test is the last test to be executed
dependencies: [
TestNames.SETUP,
/*TestNames.CREATE_APP_ONLY,
TestNames.CREATE_APP_ONLY,
TestNames.DATA_MODEL,
TestNames.DASHBOARD,
TestNames.MAIN_NAVIGATION_BETWEEN_SUB_APPS,
TestNames.GIT_SYNC,
TestNames.UI_EDITOR,
TestNames.SETTINGS_MODAL,*/
TestNames.SETTINGS_MODAL,
],
testDir: './tests/logout-and-invalid-login-only/',
testMatch: '*.spec.ts',
Expand Down

0 comments on commit e226f85

Please sign in to comment.