V14 QA fix failing dictionary acceptance tests. (#15709)

* Updated test to work. And skips tests unable to work until frontend is ready

* Decreased time for tests

* Update playwright.config.ts

Decreased to 40 seconds
This commit is contained in:
Andreas Zerbst
2024-02-13 13:28:28 +01:00
committed by GitHub
parent 7577433cd5
commit 690bfe3e68
2 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ export const STORAGE_STATE = path.join(__dirname, 'playwright/.auth/user.json');
export default defineConfig({
testDir: './tests/',
/* Maximum time one test can run for. */
timeout: 60 * 1000,
timeout: 40 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.