Skip to content

Commit

Permalink
AO3-6565 Fix feature
Browse files Browse the repository at this point in the history
  • Loading branch information
weeklies committed Jan 16, 2025
1 parent 6d46515 commit caa12bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/admins/users/admin_manage_users.feature
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Feature: Admin Actions to manage users
And I should see "Past username: cats" within ".meta"
When I am logged in as a "translation" admin
And I go to the user administration page for "new_user"
Then I should not see "Past email: [email protected]" within ".meta"
And I should not see "Past username: cats" within ".meta"
Then I should not see "Past email: [email protected]"
And I should not see "Past username: cats"

Scenario: An admin can access a user's creations from their administration page
Given there is 1 user creation per page
Expand Down

0 comments on commit caa12bb

Please sign in to comment.