Fix selector for account row selection

This commit is contained in:
Benedikt Kulmann
2020-10-08 18:15:36 +02:00
committed by Michael Barz
parent 00637a3601
commit ddaf69f7c4

View File

@@ -134,7 +134,7 @@ module.exports = {
selector: '#accounts-list-loading-failed'
},
rowCheckbox: {
selector: '//input[@class="oc-checkbox"]',
selector: '//input[contains(@class, "oc-checkbox")]',
locateStrategy: 'xpath'
},
batchActionDisable: {