Merge pull request #1224 from coralproject/e2e-stability

Increase e2e stability
This commit is contained in:
Kiwi
2017-12-19 18:57:17 +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;
},
}],