From caa12bbb38212d6f5acb9da05c79e93830aa4e0a Mon Sep 17 00:00:00 2001 From: weeklies <80141759+weeklies@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:32:42 +0800 Subject: [PATCH] AO3-6565 Fix 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 2bf8bdb375..893fc5be94 100644 --- a/features/admins/users/admin_manage_users.feature +++ b/features/admins/users/admin_manage_users.feature @@ -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: d@fake.com" within ".meta" - And I should not see "Past username: cats" within ".meta" + Then I should not see "Past email: d@fake.com" + 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