mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Add a waitForServer to fix HomeIntro test that fails for deployments
Test Plan: Tested by running HomeIntro in staging_deployment suite. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D2956
This commit is contained in:
parent
0e5c2bee59
commit
580cd0e22e
@ -1103,6 +1103,8 @@ export async function completeCopy(options: {destName?: string, destWorkspace?:
|
||||
await driver.findContent('.test-select-menu li', options.destWorkspace).click();
|
||||
}
|
||||
|
||||
await waitForServer();
|
||||
|
||||
// save the urlId
|
||||
const urlId = await getCurrentUrlId();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user