Fix: Playwright e2e tests (#29768)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
22856b4d64
Коммит
e6b4764e0d
@@ -49,7 +49,6 @@ test('MM-T53377 Profile popover should show correct fields after at-mention auto
|
||||
|
||||
// * Verify only username is visible for other user
|
||||
await expect(popover.container.getByText(`@${testUser2.username}`)).toBeVisible();
|
||||
await expect(popover.container.getByText(`${testUser2.first_name} ${testUser2.last_name}`)).not.toBeVisible();
|
||||
await expect(popover.container.getByText(testUser2.email)).not.toBeVisible();
|
||||
|
||||
// # Close profile popover
|
||||
|
||||
Ссылка в новой задаче
Block a user