Build & Test #117
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/sliding-sync/sliding-sync.spec.ts#L41
1) [Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:225:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
Error: expect(locator).toHaveText(expected) failed
Locator: getByTestId('room-list').getByTestId('room-name')
Timeout: 5000ms
- Expected - 1
+ Received + 1
Array [
- "Room to Rescind",
"Room to Reject",
+ "Room to Rescind",
]
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for getByTestId('room-list').getByTestId('room-name')
3 × locator resolved to 3 elements
6 × locator resolved to 2 elements
39 | test.describe("Sliding Sync", () => {
40 | const checkOrder = async (wantOrder: string[], page: Page) => {
> 41 | await expect(page.getByTestId("room-list").getByTestId("room-name")).toHaveText(wantOrder);
| ^
42 | };
43 |
44 | const bumpRoom = async (roomId: string, app: ElementAppPage) => {
at checkOrder (/home/runner/work/element-web/element-web/apps/web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:41:78)
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:259:15
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:225:5 › Sliding Sync › should show and be able to accept/reject/rescind invites
2 skipped
166 passed (18.9m)
|
Loading