mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
use prompt inventory list id
This commit is contained in:
parent
ef4607b29f
commit
d3b71858df
@ -112,7 +112,7 @@ module.exports = {
|
||||
templates.expect.element('i[class*="icon-launch"]').visible;
|
||||
templates.expect.element('i[class*="icon-launch"]').enabled;
|
||||
templates.click('i[class*="icon-launch"]');
|
||||
templates.waitForElementVisible('.Prompt-previewTag');
|
||||
templates.waitForElementVisible('#prompt-inventory');
|
||||
templates.expect.element('#prompt_inventory_tab').visible;
|
||||
templates.expect.element('#prompt_inventory_tab').to.have.attribute('class').which.contains('at-Tab--active');
|
||||
templates.expect.element('#prompt_inventory_next').visible;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user