Update role selector of accounts ui tests
This commit is contained in:
committed by
Pascal Wengerter
parent
cc790205ce
commit
f6befe0532
@@ -119,7 +119,7 @@ module.exports = {
|
||||
locateStrategy: 'xpath'
|
||||
},
|
||||
roleInRolesDropdown: {
|
||||
selector: '//label[contains(@class, "accounts-roles-dropdown-role")]/span[normalize-space()="%s"]',
|
||||
selector: '//span[contains(@class, "accounts-roles-dropdown-role")]/label[normalize-space()="%s"]',
|
||||
locateStrategy: 'xpath'
|
||||
},
|
||||
rolesDropdownTrigger: {
|
||||
|
||||
Reference in New Issue
Block a user