fix: to small time value for waiting page reload

This commit is contained in:
Grégoire Cutzach 2024-08-27 16:50:59 +02:00
parent 70c5e9532a
commit 0d3a3b5d19
No known key found for this signature in database
GPG Key ID: AA4155BE23C375E6

View File

@ -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);