diff --git a/tests/features/varbase/step2-apply-tests/03-admin-management/03-01-allows-site-administrators-to-masquerade-by-switching-users.feature b/tests/features/varbase/step2-apply-tests/03-admin-management/03-01-allows-site-administrators-to-masquerade-by-switching-users.feature index 80d0219ca04b90075623f363ddd3f4132e05f735..e872800e1c5b7009360057201da0ebc9b5c002c6 100644 --- a/tests/features/varbase/step2-apply-tests/03-admin-management/03-01-allows-site-administrators-to-masquerade-by-switching-users.feature +++ b/tests/features/varbase/step2-apply-tests/03-admin-management/03-01-allows-site-administrators-to-masquerade-by-switching-users.feature @@ -123,7 +123,7 @@ Scenario: Check if a site admin user can NOT masquerade as any user. And I wait Then I should not see "Masquerade as webmaster" - # Check if a site admin user can NOT masquerade as an authenticated user. + # Check if a site admin user can masquerade as an authenticated user. When I go to "/admin/people" And I wait And I fill in "test_authenticated" for "Name or email contains" @@ -132,7 +132,7 @@ Scenario: Check if a site admin user can NOT masquerade as any user. Then I should see "test_authenticated" When I click "test_authenticated" And I wait - Then I should not see "Masquerade as test_authenticated" + Then I should see "Masquerade as test_authenticated" # Check if a site admin user can NOT masquerade as an Editor user. When I go to "/admin/people"