bug6239: sel test fix

This commit is contained in:
masha.kashirina
2026-05-23 15:39:07 +02:00
parent b616688e92
commit 78ebd14d05
@@ -93,8 +93,9 @@ public class UserGroupRoleDefinitionPanelPO extends PageArea {
waitForAlertContainingMessageAndAccept("The following element(s) will be removed");
}
public void removeRoleViaActionButton(String name) {
public void removeRoleViaActionButton(final String name) {
findRole(name).deleteRole();
waitForAlertContainingMessageAndAccept("Do you really want to remove role");
}
public void removeRoleAndExpectPermissionError(String name) {