From cb615f099b7ade7741c2b990c69f6b8dd0234285 Mon Sep 17 00:00:00 2001 From: weeklies <80141759+weeklies@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:36:58 +0800 Subject: [PATCH] AO3-6565 Update feature --- features/admins/users/admin_manage_users.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/admins/users/admin_manage_users.feature b/features/admins/users/admin_manage_users.feature index c61fa77ab0a..d165f1002ef 100644 --- a/features/admins/users/admin_manage_users.feature +++ b/features/admins/users/admin_manage_users.feature @@ -95,8 +95,8 @@ Feature: Admin Actions to manage users And I change my username to "new_user" When I am logged in as a super admin And I go to the user administration page for "new_user" - Then I should see "Past Email: d@fake.com" within ".meta" - And I should see "Past Username: cats" within ".meta" + Then I should see "Past email: d@fake.com" within ".meta" + And I should see "Past username: cats" within ".meta" Scenario: An admin can access a user's creations from their administration page Given there is 1 user creation per page