Skip to content

Commit

Permalink
[MS] Temporary voluntary error in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-7 committed Dec 2, 2024
1 parent e4de845 commit a46fc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/e2e/specs/users_list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const USERS = [
msTest('User list default state', async ({ usersPage }) => {
const actionBar = usersPage.locator('#activate-users-ms-action-bar');
await expect(actionBar.locator('#button-invite-user')).toBeVisible();
await expect(actionBar.locator('#button-invite-user')).toHaveText('Invite a user');
await expect(actionBar.locator('#button-invite-user')).toHaveText('FAKE ERROR');
await expect(actionBar.locator('.counter')).toHaveText(`${USERS.length} users`, { useInnerText: true });
await expect(usersPage.locator('.user-list-header').locator('ion-checkbox')).toHaveState('unchecked');
await expect(actionBar.locator('#select-popover-button')).toHaveText('Profile');
Expand Down

0 comments on commit a46fc9a

Please sign in to comment.