mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 10:59:56 -02:30
Add users CRUD e2e tests
This commit is contained in:
8
awx/ui/test/e2e/commands/waitForSpinny.js
Normal file
8
awx/ui/test/e2e/commands/waitForSpinny.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Utility function to wait for the working spinner to disappear. */
|
||||
exports.command = function waitForSpinny () {
|
||||
const selector = 'div.spinny';
|
||||
this
|
||||
.waitForElementVisible(selector)
|
||||
.waitForElementNotVisible(selector);
|
||||
return this;
|
||||
};
|
||||
Reference in New Issue
Block a user