mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Remove add button dropdown gap and update border radius
* Fix linting error
This commit is contained in:
@@ -127,7 +127,7 @@ module.exports = {
|
||||
return this;
|
||||
},
|
||||
selectAdd (name) {
|
||||
this.clickWhenEnabled(`#button-add`);
|
||||
this.clickWhenEnabled('#button-add');
|
||||
|
||||
this.api
|
||||
.useXpath()
|
||||
|
||||
Reference in New Issue
Block a user