Localazy Download #13847
Annotations
1 error and 1 notice
|
playwright/e2e/room/create-room.spec.ts#L36
1) [Chrome] › playwright/e2e/room/create-room.spec.ts:19:9 › Create Room › should create a public room with name, topic & address set @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_CreateRoomDialog')
359 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: create-room.png
Call log:
- Expect "toHaveScreenshot(create-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.
34 | await expect(axe).toHaveNoViolations();
35 | // Snapshot it
> 36 | await expect(dialog).toMatchScreenshot("create-room.png");
| ^
37 |
38 | // Submit
39 | await dialog.getByRole("button", { name: "Create room" }).click();
at /home/runner/work/element-web/element-web/playwright/e2e/room/create-room.spec.ts:36:34
|
|
1 flaky
[Chrome] › playwright/e2e/room/create-room.spec.ts:19:9 › Create Room › should create a public room with name, topic & address set @screenshot
1 skipped
76 passed (5.5m)
|
The logs for this run have expired and are no longer available.
Loading