mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Fix selector for account row selection
This commit is contained in:
committed by
Michael Barz
parent
00637a3601
commit
ddaf69f7c4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user