diff --git a/tests/playwright/pages/Account/Users.ts b/tests/playwright/pages/Account/Users.ts index 6f1716b12b..349e310e43 100644 --- a/tests/playwright/pages/Account/Users.ts +++ b/tests/playwright/pages/Account/Users.ts @@ -88,7 +88,7 @@ export class AccountUsersPage extends BasePage { async openRowActionMenu({ email }: { email: string }) { const userRow = await this.getUserRow({ email }); - return userRow.locator(`.nc-icon`).click(); + return userRow.locator(`.ant-btn`).click(); } async deleteUser({ email }: { email: string }) {