Remove add button dropdown gap and update border radius

* Fix linting error
This commit is contained in:
Marliana Lara
2018-05-02 09:36:22 -04:00
parent dce52d0552
commit 7007e46b8a
5 changed files with 12 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ module.exports = {
return this;
},
selectAdd (name) {
this.clickWhenEnabled(`#button-add`);
this.clickWhenEnabled('#button-add');
this.api
.useXpath()