mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Merge pull request #2521 from ansible/Fix4lookupmodal
Updating flow to match feature changes
This commit is contained in:
@@ -54,9 +54,6 @@ module.exports = {
|
|||||||
const { table } = lookupModal.section;
|
const { table } = lookupModal.section;
|
||||||
|
|
||||||
details.section.organization.expect.element('@lookup').visible;
|
details.section.organization.expect.element('@lookup').visible;
|
||||||
details.section.organization.expect.element('@lookup').enabled;
|
|
||||||
|
|
||||||
details.section.organization.click('@lookup');
|
|
||||||
|
|
||||||
credentials.expect.section('@lookupModal').present;
|
credentials.expect.section('@lookupModal').present;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user