e2e resize window on some specific tests

This commit is contained in:
Elyézer Rezende
2019-05-28 15:13:15 -04:00
parent d8a80f9f3e
commit 39fb0d1679
4 changed files with 12 additions and 7 deletions
@@ -64,6 +64,7 @@ module.exports = {
client
.login()
.waitForAngular()
.resizeWindow(1200, 1000)
.navigateTo(`${AWX_E2E_URL}/#/templates`, false)
.useXpath()
.waitForElementVisible(workflowSearchBar)