mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Upgrade browser testing dependencies
Summary: Upgrades mocha-webdriver to 0.3.3 and updates any affected tests. Test Plan: Existing tests. Reviewers: paulfitz Reviewed By: paulfitz Subscribers: dsagal, paulfitz Differential Revision: https://phab.getgrist.com/D4246
This commit is contained in:
@@ -314,8 +314,9 @@ describe("ViewLayoutCollapse", function() {
|
||||
await move(getDragElement(COMPANIES_CHART));
|
||||
await driver.sleep(100);
|
||||
await move(getDragElement(COMPANIES_CHART), {x : 200});
|
||||
await driver.sleep(300);
|
||||
assert.lengthOf(await driver.findAll(".layout_editor_drop_target.layout_hover"), 1);
|
||||
await gu.waitToPass(async () => {
|
||||
assert.lengthOf(await driver.findAll(".layout_editor_drop_target.layout_hover"), 1);
|
||||
}, 1000);
|
||||
|
||||
await driver.withActions(actions => actions.release());
|
||||
await driver.sleep(600);
|
||||
|
||||
Reference in New Issue
Block a user