Increase e2e stability

This commit is contained in:
Chi Vinh Le
2017-12-19 18:48:44 +01:00
parent 66287f5b7d
commit 88e9faea00
+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;
},
}],