Skip to content

Commit

Permalink
increase timeout for element visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-dargel committed Dec 20, 2024
1 parent 4488aa2 commit 7a1e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/src/page-objects/components/BaseComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class BaseComponent extends WebElement {
*/
async waitForElementVisibility(
locator: Locator,
timeout: number = 5000,
timeout: number = 10000,
stateOfDisplayed: boolean = true,
): Promise<boolean> {
let element: WebElement
Expand Down

0 comments on commit 7a1e6f6

Please sign in to comment.