End to End Tests #7444
Annotations
7 errors and 1 notice
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L216
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:190:5 › Sliding Sync › should send subscribe_rooms on room switch if room not already subscribed
TypeError: page.waitForRequest: Cannot read properties of null (reading 'room_subscriptions')
214 | // Switch to another room and wait for playwright to get the request
215 | await Promise.all([
> 216 | page.waitForRequest(matchRoomSubRequest(roomPId)),
| ^
217 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
218 | ]);
219 | });
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:216:18
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L216
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:190:5 › Sliding Sync › should send subscribe_rooms on room switch if room not already subscribed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: page.waitForRequest: Cannot read properties of null (reading 'room_subscriptions')
214 | // Switch to another room and wait for playwright to get the request
215 | await Promise.all([
> 216 | page.waitForRequest(matchRoomSubRequest(roomPId)),
| ^
217 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
218 | ]);
219 | });
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:216:18
|
Run Playwright tests:
playwright/e2e/sliding-sync/sliding-sync.spec.ts#L216
1) [Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:190:5 › Sliding Sync › should send subscribe_rooms on room switch if room not already subscribed
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: page.waitForRequest: Cannot read properties of null (reading 'room_subscriptions')
214 | // Switch to another room and wait for playwright to get the request
215 | await Promise.all([
> 216 | page.waitForRequest(matchRoomSubRequest(roomPId)),
| ^
217 | page.getByRole("treeitem", { name: "Pineapple", exact: true }).click(),
218 | ]);
219 | });
at /home/runner/work/element-web/element-web/playwright/e2e/sliding-sync/sliding-sync.spec.ts:216:18
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L916
2) [Firefox] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MImageBody').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MImageBody').first()
9 × locator resolved to <div class="mx_MImageBody">…</div>
- unexpected value "hidden"
914 | await app.timeline.scrollToBottom();
915 | const imgTile = page.locator(".mx_MImageBody").first();
> 916 | await expect(imgTile).toBeVisible();
| ^
917 | await imgTile.hover();
918 | await page.getByRole("button", { name: "Hide" }).click();
919 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:916:35
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L916
2) [Firefox] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MImageBody').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MImageBody').first()
9 × locator resolved to <div class="mx_MImageBody">…</div>
- unexpected value "hidden"
914 | await app.timeline.scrollToBottom();
915 | const imgTile = page.locator(".mx_MImageBody").first();
> 916 | await expect(imgTile).toBeVisible();
| ^
917 | await imgTile.hover();
918 | await page.getByRole("button", { name: "Hide" }).click();
919 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:916:35
|
Run Playwright tests:
playwright/e2e/timeline/timeline.spec.ts#L916
2) [Firefox] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.mx_MImageBody').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.mx_MImageBody').first()
9 × locator resolved to <div class="mx_MImageBody">…</div>
- unexpected value "hidden"
914 | await app.timeline.scrollToBottom();
915 | const imgTile = page.locator(".mx_MImageBody").first();
> 916 | await expect(imgTile).toBeVisible();
| ^
917 | await imgTile.hover();
918 | await page.getByRole("button", { name: "Hide" }).click();
919 |
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:916:35
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
2 failed
[Firefox] › playwright/e2e/sliding-sync/sliding-sync.spec.ts:190:5 › Sliding Sync › should send subscribe_rooms on room switch if room not already subscribed
[Firefox] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
29 skipped
102 passed (17.6m)
|
Loading