mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-26 10:43:36 -05:00
add navigateTo command
This commit is contained in:
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;
|
||||
};
|
||||
Reference in New Issue
Block a user