Merge pull request #2521 from ansible/Fix4lookupmodal

Updating flow to match feature changes
This commit is contained in:
John Hill 2018-07-13 15:58:51 -04:00 committed by GitHub
commit dd63e645b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,9 +54,6 @@ module.exports = {
const { table } = lookupModal.section;
details.section.organization.expect.element('@lookup').visible;
details.section.organization.expect.element('@lookup').enabled;
details.section.organization.click('@lookup');
credentials.expect.section('@lookupModal').present;