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:
Marliana Lara
2018-05-01 14:14:28 -04:00
parent b64990562a
commit dce52d0552
56 changed files with 104 additions and 127 deletions

View File

@@ -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"]'