Set window size globally on e2e

This commit is contained in:
Elyézer Rezende
2019-05-21 23:12:53 -04:00
parent 1ce587025e
commit 0aa8c7427d
19 changed files with 11 additions and 26 deletions
@@ -64,7 +64,6 @@ module.exports = {
client
.login()
.waitForAngular()
.resizeWindow(1200, 1000)
.navigateTo(`${AWX_E2E_URL}/#/templates`, false)
.useXpath()
.waitForElementVisible(workflowSearchBar)