mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 10:48:47 +00:00
bug6239: sel test fix
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user