mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
add navigateTo command
This commit is contained in:
parent
6c1919273b
commit
0afe94c4d4
8
awx/ui/test/e2e/commands/navigateTo.js
Normal file
8
awx/ui/test/e2e/commands/navigateTo.js
Normal file
@ -0,0 +1,8 @@
|
||||
exports.command = function navigateTo (url) {
|
||||
this.url(url);
|
||||
|
||||
this.waitForElementVisible('div.spinny');
|
||||
this.waitForElementNotVisible('div.spinny');
|
||||
|
||||
return this;
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user