From: Jiri Tomasek jtomasek@redhat.com
--- src/features/realm.feature | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/features/realm.feature b/src/features/realm.feature index d0d517a..0cb2b85 100644 --- a/src/features/realm.feature +++ b/src/features/realm.feature @@ -61,3 +61,11 @@ Feature: Manage Realms When I press "Delete" Then I should be on the admin realms page And I should see "You must select at least one realm to delete." + + Scenario: Delete realm mapping without selecting one + Given I am on the admin realms page + And there is a realm "testrealm1" + When I follow "testrealm1" + And I follow "Mapping" + And I press "Delete" within "#details-view" + Then I should see "You must select at least one mapping to delete"