Localazy Download #13847
Annotations
4 errors and 1 notice
|
playwright/e2e/timeline/timeline.spec.ts#L1189
3) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:1104:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_EventTile_last')
41 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: event-tile-reply-chains-irc-modern.png
Call log:
- Expect "toHaveScreenshot(event-tile-reply-chains-irc-modern.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$kv58Zf6VSnyXet1PyAhaEgDlLrwUbLpRK7jCEvD-ikc" data-scroll-tokens="$kv58Zf6VSnyXet1PyAhaEgDlLrwUbLpRK7jCEvD-ikc" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</li>
- 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
- 41 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$kv58Zf6VSnyXet1PyAhaEgDlLrwUbLpRK7jCEvD-ikc" data-scroll-tokens="$kv58Zf6VSnyXet1PyAhaEgDlLrwUbLpRK7jCEvD-ikc" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</li>
- 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
- 41 pixels (ratio 0.01 of all image pixels) are different.
1187 |
1188 | // Take a snapshot on modern layout
> 1189 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
1190 | "event-tile-reply-chains-irc-modern.png",
1191 | screenshotOptions,
1192 | );
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:1189:62
|
|
playwright/e2e/timeline/timeline.spec.ts#L260
2) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:232:13 › Timeline › configure room › should click 'collapse' on the first hovered info event line inside GELS on bubble layout @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_MainSplit')
214 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: expanded-gels-bubble-layout.png
Call log:
- Expect "toHaveScreenshot(expanded-gels-bubble-layout.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 214 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_MainSplit')
- locator resolved to <div class="mx_MainSplit">…</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
- 214 pixels (ratio 0.01 of all image pixels) are different.
258 |
259 | // Save snapshot of expanded generic event list summary on bubble layout
> 260 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot("expanded-gels-bubble-layout.png", {
| ^
261 | // Exclude timestamp from snapshot
262 | css: `
263 | .mx_MessageTimestamp {
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:260:61
|
|
playwright/e2e/spaces/spaces.spec.ts#L107
1) [Chrome] › playwright/e2e/spaces/spaces.spec.ts:105:9 › Spaces › should allow user to create private space @screenshot
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.mx_SpaceCreateMenu_wrapper .mx_ContextualMenu').getByRole('button', { name: 'Private' })
105 | test("should allow user to create private space", { tag: "@screenshot" }, async ({ page, app, user }) => {
106 | const menu = await openSpaceCreateMenu(page);
> 107 | await menu.getByRole("button", { name: "Private" }).click();
| ^
108 |
109 | await menu
110 | .locator('.mx_SpaceBasicSettings_avatarContainer input[type="file"]')
at /home/runner/work/element-web/element-web/playwright/e2e/spaces/spaces.spec.ts:107:61
|
|
playwright/e2e/spaces/spaces.spec.ts#L0
1) [Chrome] › playwright/e2e/spaces/spaces.spec.ts:105:9 › Spaces › should allow user to create private space @screenshot
Test timeout of 30000ms exceeded.
|
|
3 flaky
[Chrome] › playwright/e2e/spaces/spaces.spec.ts:105:9 › Spaces › should allow user to create private space @screenshot
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:232:13 › Timeline › configure room › should click 'collapse' on the first hovered info event line inside GELS on bubble layout @screenshot
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:1104:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
1 skipped
71 passed (8.5m)
|
The logs for this run have expired and are no longer available.
Loading