tests for non-admin user and guest user

This commit is contained in:
swoichha
2020-09-03 16:44:43 +05:45
parent a8a95bc3b9
commit 3910f37c87
3 changed files with 33 additions and 3 deletions
@@ -71,6 +71,10 @@ module.exports = {
rolesDropdownTrigger: {
selector: '//button[contains(@class, "accounts-roles-select-trigger")]',
locateStrategy: 'xpath'
},
loadingAccountsList: {
selector: '//div[contains(@class, "oc-loader")]',
locateStrategy: 'xpath'
}
}
}