Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
Signed-off-by: Dominika Zemanovicova <[email protected]>
  • Loading branch information
dzemanov committed Jan 7, 2025
1 parent 7a26fd1 commit c460534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright/utils/ui-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class UIhelper {

async waitForTitle(text: string, level: number = 1) {
await this.page.waitForSelector(`h${level}:has-text("${text}")`, {
timeout: 99999,
timeout: 10000,
});
}

Expand Down

0 comments on commit c460534

Please sign in to comment.