End to End Tests #11087
Annotations
1 error and 1 notice
|
playwright/e2e/left-panel/room-list-panel/room-list.spec.ts#L141
1) [Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:102:13 › Room list › Room list › should open the notification options menu @screenshot
Error: expect(page).toHaveScreenshot(expected)
117 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: room-list-item-open-notification-options-selection.png
Call log:
- Expect "toHaveScreenshot(room-list-item-open-notification-options-selection.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 117 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 117 pixels (ratio 0.01 of all image pixels) are different.
139 | // The Mute room option should be selected
140 | await expect(page.getByRole("menuitem", { name: "Mute room" })).toHaveAttribute("aria-selected", "true");
> 141 | await expect(page).toMatchScreenshot("room-list-item-open-notification-options-selection.png");
| ^
142 | });
143 |
144 | test("should scroll to the current room", async ({ page, app, user }) => {
at /home/runner/work/element-web/element-web/playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:141:32
|
|
1 flaky
[Chrome] › playwright/e2e/left-panel/room-list-panel/room-list.spec.ts:102:13 › Room list › Room list › should open the notification options menu @screenshot
1 skipped
95 passed (8.6m)
|
The logs for this run have expired and are no longer available.
Loading