mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
fix: waiting time to pass CI
This commit is contained in:
parent
9c9ccc4c15
commit
2d14a48d6e
@ -14,7 +14,7 @@ export const element = (testId: string) => ({
|
|||||||
return driver.find(testId);
|
return driver.find(testId);
|
||||||
},
|
},
|
||||||
async wait() {
|
async wait() {
|
||||||
await driver.findWait(testId, 1000);
|
await driver.findWait(testId, 2000);
|
||||||
},
|
},
|
||||||
async visible() {
|
async visible() {
|
||||||
return await this.element().isDisplayed();
|
return await this.element().isDisplayed();
|
||||||
|
Loading…
Reference in New Issue
Block a user