Fix the ui tests for selecting the role of the user

This commit is contained in:
Michael Barz
2020-10-08 12:22:02 +02:00
parent e67cb922e5
commit 98ee74a527
@@ -30,9 +30,12 @@ module.exports = {
util.format(this.elements.roleInRolesDropdown.selector, role)
return this
.initAjaxCounters()
.waitForElementVisible('@rolesDropdownTrigger')
.click('@rolesDropdownTrigger')
.waitForElementVisible(roleSelector)
.click(roleSelector)
.waitForOutstandingAjaxCalls()
},
checkUsersRole: function (username, role) {