Skip to content

Commit

Permalink
fix: waiting time to pass CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaltation committed Oct 23, 2024
1 parent 9c9ccc4 commit 2d14a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nbrowser/elementUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const element = (testId: string) => ({
return driver.find(testId);
},
async wait() {
await driver.findWait(testId, 1000);
await driver.findWait(testId, 2000);
},
async visible() {
return await this.element().isDisplayed();
Expand Down

0 comments on commit 2d14a48

Please sign in to comment.