mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
fix url
This commit is contained in:
parent
38934dc8d0
commit
006797014c
@ -10,7 +10,7 @@ module.exports = {
|
||||
.resizeWindow(1200, 1000);
|
||||
},
|
||||
'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.assert.urlContains('#/home');
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user