element-web-notify #2056
Annotations
2 errors, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/index.ts#L297
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:47:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'critical\']')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'critical\']')
at spaces/threads-activity-centre/index.ts:297
295 | */
296 | assertHighlightIndicator() {
> 297 | return expect(this.getTacButton().locator("[data-indicator='critical']")).toBeVisible();
| ^
298 | }
299 |
300 | /**
at Helpers.assertHighlightIndicator (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:297:83)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:62:20
|
Run Playwright tests:
playwright/e2e/spaces/threads-activity-centre/index.ts#L297
1) spaces/threads-activity-centre/threadsActivityCentre.spec.ts:47:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'critical\']')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('navigation', { name: 'Spaces' }).getByLabel('Threads').locator('[data-indicator=\'critical\']')
at spaces/threads-activity-centre/index.ts:297
295 | */
296 | assertHighlightIndicator() {
> 297 | return expect(this.getTacButton().locator("[data-indicator='critical']")).toBeVisible();
| ^
298 | }
299 |
300 | /**
at Helpers.assertHighlightIndicator (/home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/index.ts:297:83)
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/threads-activity-centre/threadsActivityCentre.spec.ts:62:20
|
Run Playwright tests:
timeline/timeline.spec.ts#L1
timeline/timeline.spec.ts took 2.8m
|
Run Playwright tests:
spotlight/spotlight.spec.ts#L1
spotlight/spotlight.spec.ts took 2.3m
|
Run Playwright tests:
threads/threads.spec.ts#L1
threads/threads.spec.ts took 37.4s
|
Run Playwright tests:
user-onboarding/user-onboarding-new.spec.ts#L1
user-onboarding/user-onboarding-new.spec.ts took 33.2s
|
Run Playwright tests:
widgets/widget-pip-close.spec.ts#L1
widgets/widget-pip-close.spec.ts took 21.5s
|
Run Playwright tests
1 flaky
spaces/threads-activity-centre/threadsActivityCentre.spec.ts:47:9 › Threads Activity Centre › should show a highlight indicator when there is a mention in a thread
3 skipped
67 passed (10.3m)
|
Loading