mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Fixes linting errors
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
|
|
||||||
import actions from './sections/actions';
|
|
||||||
import breadcrumb from './sections/breadcrumb';
|
import breadcrumb from './sections/breadcrumb';
|
||||||
import createFormSection from './sections/createFormSection';
|
import createFormSection from './sections/createFormSection';
|
||||||
import createTableSection from './sections/createTableSection';
|
|
||||||
import header from './sections/header';
|
import header from './sections/header';
|
||||||
import lookupModal from './sections/lookupModal';
|
import lookupModal from './sections/lookupModal';
|
||||||
import navigation from './sections/navigation';
|
import navigation from './sections/navigation';
|
||||||
@@ -175,10 +173,10 @@ module.exports = {
|
|||||||
.waitForElementVisible('div.spinny')
|
.waitForElementVisible('div.spinny')
|
||||||
.waitForElementNotVisible('div.spinny');
|
.waitForElementNotVisible('div.spinny');
|
||||||
|
|
||||||
this.api
|
this.api
|
||||||
.waitForElementNotPresent('#inventories_table .List-tableRow:nth-child(2)')
|
.waitForElementNotPresent('#inventories_table .List-tableRow:nth-child(2)')
|
||||||
.waitForElementVisible('#inventories_table .List-tableRow:nth-child(1) input[type="radio"]')
|
.waitForElementVisible('#inventories_table .List-tableRow:nth-child(1) input[type="radio"]')
|
||||||
.click('#inventories_table .List-tableRow:nth-child(1) input[type="radio"]')
|
.click('#inventories_table .List-tableRow:nth-child(1) input[type="radio"]');
|
||||||
|
|
||||||
this.section.lookupInventory.expect.element('@save').enabled;
|
this.section.lookupInventory.expect.element('@save').enabled;
|
||||||
|
|
||||||
@@ -202,7 +200,7 @@ module.exports = {
|
|||||||
.waitForElementVisible('div.spinny')
|
.waitForElementVisible('div.spinny')
|
||||||
.waitForElementNotVisible('div.spinny');
|
.waitForElementNotVisible('div.spinny');
|
||||||
|
|
||||||
this.api
|
this.api
|
||||||
.waitForElementNotPresent('#projects_table .List-tableRow:nth-child(2)')
|
.waitForElementNotPresent('#projects_table .List-tableRow:nth-child(2)')
|
||||||
.waitForElementVisible('#projects_table .List-tableRow:nth-child(1) input[type="radio"]')
|
.waitForElementVisible('#projects_table .List-tableRow:nth-child(1) input[type="radio"]')
|
||||||
.click('#projects_table .List-tableRow:nth-child(1) input[type="radio"]');
|
.click('#projects_table .List-tableRow:nth-child(1) input[type="radio"]');
|
||||||
|
|||||||
Reference in New Issue
Block a user