Update all non-major dependencies #2859
Annotations
1 error, 5 warnings, and 1 notice
Run Playwright tests:
playwright/e2e/read-receipts/index.ts#L573
1) read-receipts/new-messages-in-threads.spec.ts:271:17 › Read receipts › new messages › in threads › A room where all threaded messages are read is still read after restart
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_RoomView')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_RoomView')
at read-receipts/index.ts:573
571 | await this.page.reload();
572 | // Wait for the app to reload
> 573 | await expect(this.page.locator(".mx_RoomView")).toBeVisible();
| ^
574 | }
575 |
576 | /**
at Helpers.saveAndReload (/home/runner/work/element-web/element-web/playwright/e2e/read-receipts/index.ts:573:57)
at /home/runner/work/element-web/element-web/playwright/e2e/read-receipts/new-messages-in-threads.spec.ts:292:17
|
Run Playwright tests:
read-receipts/high-level.spec.ts#L1
read-receipts/high-level.spec.ts took 3.3m
|
Run Playwright tests:
read-receipts/editing-messages-main-timeline.spec.ts#L1
read-receipts/editing-messages-main-timeline.spec.ts took 1.2m
|
Run Playwright tests:
read-receipts/editing-messages-in-threads.spec.ts#L1
read-receipts/editing-messages-in-threads.spec.ts took 1.1m
|
Run Playwright tests:
read-receipts/editing-messages-thread-roots.spec.ts#L1
read-receipts/editing-messages-thread-roots.spec.ts took 54.7s
|
Run Playwright tests:
polls/polls.spec.ts#L1
polls/polls.spec.ts took 47.8s
|
Run Playwright tests
1 flaky
read-receipts/new-messages-in-threads.spec.ts:271:17 › Read receipts › new messages › in threads › A room where all threaded messages are read is still read after restart
32 skipped
45 passed (9.6m)
|
Loading