Merge branch 'master' into app-plugin

This commit is contained in:
Kiwi
2017-12-19 18:57:31 +01:00
committed by GitHub
+4
View File
@@ -137,6 +137,10 @@ module.exports = {
this.parent
.click('@drawerOverlay')
.waitForElementNotPresent('@drawerOverlay');
// Wait a bit to let animations terminate cleanly.
this.api.pause(200);
return this.parent;
},
}],