Этот коммит содержится в:
yasserfaraazkhan
2025-01-08 15:24:38 +05:30
коммит произвёл GitHub
родитель 22856b4d64
Коммит e6b4764e0d
4 изменённых файлов: 16 добавлений и 5 удалений

Просмотреть файл

@@ -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