Skip to content

Commit 7a1e6f6

Browse files
committed
increase timeout for element visibility
1 parent 4488aa2 commit 7a1e6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/src/page-objects/components/BaseComponent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class BaseComponent extends WebElement {
130130
*/
131131
async waitForElementVisibility(
132132
locator: Locator,
133-
timeout: number = 5000,
133+
timeout: number = 10000,
134134
stateOfDisplayed: boolean = true,
135135
): Promise<boolean> {
136136
let element: WebElement

0 commit comments

Comments
 (0)