Skip to content

Commit

Permalink
[Fix] The test for the expected error message to be shown to the user (
Browse files Browse the repository at this point in the history
…#1074)

Verify Automatically Detects a Group Selected Is Removed and Notify the User

The error message is now changed so it matches reality brought in by [1]

[1] opendatahub-io/odh-dashboard#270
  • Loading branch information
jstourac authored Dec 12, 2023
1 parent 6f9bed7 commit ac355c4
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ Verify Automatically Detects a Group Selected Is Removed and Notify the User
[Tags] ODS-1686
... Tier1
... Sanity
Create Group new-group-test
${new_group_name}= Set Variable new-group-test
Create Group ${new_group_name}
Launch Dashboard And Check User Management Option Is Available For The User ${TEST_USER.USERNAME} ${TEST_USER.PASSWORD} ${TEST_USER.AUTH_TYPE}
Add OpenShift Groups To Data Science Administrators new-group-test
Add OpenShift Groups To Data Science Administrators ${new_group_name}
Save Changes In User Management Setting
Delete Group new-group-test
Delete Group ${new_group_name}
Reload Page
Wait Until Page Contains Group no longer exist timeout=20s
Wait Until Page Contains Group error timeout=20s
Wait Until Page Contains The group ${new_group_name} no longer exists timeout=20s


*** Keywords ***
Expand Down

0 comments on commit ac355c4

Please sign in to comment.