End to End Tests #6668
Annotations
4 errors and 1 notice
playwright/e2e/timeline/timeline.spec.ts#L916
1) [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
|
playwright/e2e/timeline/timeline.spec.ts#L916
1) [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
|
playwright/e2e/timeline/timeline.spec.ts#L916
1) [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
|
|
1 failed
[Firefox] › playwright/e2e/timeline/timeline.spec.ts:911:13 › Timeline › message displaying › should be able to hide an image @screenshot
29 skipped
100 passed (16.0m)
|
The logs for this run have expired and are no longer available.
Loading