update test selector for add button dropdown arrow

This commit is contained in:
Jake McDermott 2018-01-11 13:48:03 -05:00 committed by GitHub
parent 03cef6fea3
commit 0afdca3674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ module.exports = {
return this;
},
selectAdd (name) {
this.clickWhenEnabled('button span[class="List-dropdownCarat"]');
this.clickWhenEnabled('button span[class="at-List-toolbarDropdownCarat"]');
this.api
.useXpath()