mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
Update the Add button content and styles
* Change the text from "Add" to "+" * Update the e2e test to check for an id #button-add
This commit is contained in:
@@ -6,7 +6,7 @@ import search from './search';
|
||||
const permissions = {
|
||||
selector: 'div[ui-view="related"]',
|
||||
elements: {
|
||||
add: 'button[class="btn List-buttonSubmit"]',
|
||||
add: '#button-add',
|
||||
badge: 'div[class="List-titleBadge]',
|
||||
titleText: 'div[class="List-titleText"]',
|
||||
noitems: 'div[class="List-noItems"]'
|
||||
|
||||
Reference in New Issue
Block a user