Skip to content

Commit

Permalink
fix: to small time value for waiting page reload
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaltation committed Sep 4, 2024
1 parent 4077f0b commit 0478400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nbrowser/DocTypeConversion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe("Document Type Conversion", function () {
await modalConfirm.click();

// await for the page reload
await driver.sleep(200);
await driver.sleep(1000);

// check that the displayedLabel is now equal to convert destination
assert.equal(await displayedLabel.element().getText(), to);
Expand Down

0 comments on commit 0478400

Please sign in to comment.