Skip to content

Commit 31ba280

Browse files
author
fabienSvstr
committed
Update
1 parent c6ebb21 commit 31ba280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/tests/e2e/specs/users_list.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ for (const displaySize of ['small', 'large']) {
105105
await expect(item.locator('.user-profile')).toBeHidden();
106106
await expect(item.locator('.user-email')).toBeHidden();
107107
await expect(item.locator('.user-status')).toBeHidden();
108-
await expect(item.locator('.user-options').locator('.options-button')).toBeVisible();
108+
await expect(item.locator('.user-options')).toBeVisible();
109109
} else {
110110
await expect(item.locator('.user-name').locator('.person-name')).toHaveText(user.name);
111111
await expect(item.locator('.user-profile')).toHaveText(user.profile);

0 commit comments

Comments
 (0)