End to End Tests #13846
Annotations
1 error and 1 notice
|
playwright/e2e/room/create-room.spec.ts#L75
1) [Chrome] › playwright/e2e/room/create-room.spec.ts:62:9 › Create Room › should create a video room @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_CreateRoomDialog')
359 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: create-video-room.png
Call log:
- Expect "toHaveScreenshot(create-video-room.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_CreateRoomDialog')
- locator resolved to <div role="dialog" tabindex="-1" data-focus-lock-disabled="false" aria-labelledby="mx_BaseDialog_title" class="mx_CreateRoomDialog mx_Dialog_fixedWidth">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 359 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_CreateRoomDialog')
- locator resolved to <div role="dialog" tabindex="-1" data-focus-lock-disabled="false" aria-labelledby="mx_BaseDialog_title" class="mx_CreateRoomDialog mx_Dialog_fixedWidth">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 359 pixels (ratio 0.01 of all image pixels) are different.
73 | await dialog.getByRole("textbox", { name: "Room address" }).fill("test-create-room-video");
74 | // Snapshot it
> 75 | await expect(dialog).toMatchScreenshot("create-video-room.png");
| ^
76 |
77 | // Submit
78 | await dialog.getByRole("button", { name: "Create video room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/room/create-room.spec.ts:75:30
|
|
1 flaky
[Chrome] › playwright/e2e/room/create-room.spec.ts:62:9 › Create Room › should create a video room @screenshot
3 skipped
155 passed (13.2m)
|
The logs for this run have expired and are no longer available.
Loading