Merge pull request #1466 from GSA/1155-remove-expired-invites

Removed canceled users from displaying in dashboard
This commit is contained in:
Carlo Costino
2024-04-23 12:44:59 -04:00
committed by GitHub
2 changed files with 70 additions and 66 deletions

View File

@@ -1249,14 +1249,15 @@ def test_cancel_invited_user_doesnt_work_if_user_not_invited_to_this_service(
"Cancel invitation for invited_user@test.gsa.gov"
),
),
(
"cancelled",
(
"invited_user@test.gsa.gov(cancelled invite) "
"Permissions"
# all permissions are greyed out
),
),
# Test case removed due to the removal of canceled users from the dashboard
# (
# "cancelled",
# (
# "invited_user@test.gsa.gov(cancelled invite) "
# "Permissions"
# # all permissions are greyed out
# ),
# ),
],
)
def test_manage_users_shows_invited_user(