We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519729c commit 36a45ceCopy full SHA for 36a45ce
tests/suites/tenant/TenantPage.ts
@@ -3,7 +3,7 @@ import type {Locator, Page} from '@playwright/test';
3
import {PageModel} from '../../models/PageModel';
4
import {tenantPage} from '../../utils/constants';
5
6
-export const VISIBILITY_TIMEOUT = 5000;
+export const VISIBILITY_TIMEOUT = 10 * 1000;
7
8
export enum NavigationTabs {
9
Query = 'Query',
0 commit comments