Skip to content

Commit 36a45ce

Browse files
committed
fix: increase visibility timeout
1 parent 519729c commit 36a45ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/tenant/TenantPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {Locator, Page} from '@playwright/test';
33
import {PageModel} from '../../models/PageModel';
44
import {tenantPage} from '../../utils/constants';
55

6-
export const VISIBILITY_TIMEOUT = 5000;
6+
export const VISIBILITY_TIMEOUT = 10 * 1000;
77

88
export enum NavigationTabs {
99
Query = 'Query',

0 commit comments

Comments
 (0)