mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix: to small time value for waiting page reload
This commit is contained in:
parent
70c5e9532a
commit
0d3a3b5d19
@ -58,7 +58,7 @@ describe("Document Type Conversion", function () {
|
|||||||
await modalConfirm.click();
|
await modalConfirm.click();
|
||||||
|
|
||||||
// await for the page reload
|
// await for the page reload
|
||||||
await driver.sleep(200);
|
await driver.sleep(1000);
|
||||||
|
|
||||||
// check that the displayedLabel is now equal to convert destination
|
// check that the displayedLabel is now equal to convert destination
|
||||||
assert.equal(await displayedLabel.element().getText(), to);
|
assert.equal(await displayedLabel.element().getText(), to);
|
||||||
|
Loading…
Reference in New Issue
Block a user