mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Updating configuration/settings page
This commit is contained in:
parent
10f21b8817
commit
6c87b88e2c
@ -14,6 +14,17 @@ const commands = [{
|
||||
return this.navigate();
|
||||
},
|
||||
selectSubcategory (name) {
|
||||
const spinny = 'div.spinny';
|
||||
const categoryName = `//*[text() = '${name}']`;
|
||||
|
||||
this.api.useXpath();
|
||||
this.api.waitForElementVisible(categoryName);
|
||||
this.api.click(categoryName);
|
||||
this.api.useCss();
|
||||
|
||||
return this;
|
||||
},
|
||||
selectDropDownContainer (name) {
|
||||
const spinny = 'div.spinny';
|
||||
const select = '#configure-dropdown-nav';
|
||||
const arrow = `${select} + span span[class$="arrow"]`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user