mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 13:36:02 -03:30
lint fixes
This commit is contained in:
@@ -4,14 +4,13 @@ import {
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
before: (client) => {
|
before: (client) => {
|
||||||
|
|
||||||
client
|
client
|
||||||
.login()
|
.login()
|
||||||
.waitForAngular()
|
.waitForAngular()
|
||||||
.resizeWindow(1200, 1000);
|
.resizeWindow(1200, 1000);
|
||||||
},
|
},
|
||||||
'Verify 404 page behavior': client => {
|
'Verify 404 page behavior': client => {
|
||||||
client.navigateTo(AWX_E2E_URL + '#/brokenurl', false);
|
client.navigateTo(`${AWX_E2E_URL}'#/brokenurl`, false);
|
||||||
client.useXpath().waitForElementVisible('//job-status-graph');
|
client.useXpath().waitForElementVisible('//job-status-graph');
|
||||||
client.assert.urlContains('#/home');
|
client.assert.urlContains('#/home');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user