Update dependency posthog-js to v1.236.7 #7307
Annotations
1 error and 1 notice
playwright/e2e/right-panel/right-panel.spec.ts#L160
1) [Chrome] › playwright/e2e/right-panel/right-panel.spec.ts:142:13 › RightPanel › in rooms › should handle viewing long room member name @screenshot
Error: expect(locator).toHaveScreenshot(expected)
638 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/right-panel/right-panel.spec.ts/with-long-name-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/right-panel-right-panel-Ri-7b424-ewing-long-room-member-name-Chrome/with-long-name-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/right-panel-right-panel-Ri-7b424-ewing-long-room-member-name-Chrome/with-long-name-diff.png
Call log:
- expect.toHaveScreenshot(with-long-name.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_UserInfo')
- locator resolved to <div class="mx_BaseCard mx_UserInfo">…</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
- 638 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_UserInfo')
- locator resolved to <div class="mx_BaseCard mx_UserInfo">…</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
- 638 pixels (ratio 0.01 of all image pixels) are different.
158 | await expect(page.locator(".mx_UserInfo_profile").getByText(LONG_NAME)).toBeVisible();
159 |
> 160 | await expect(page.locator(".mx_UserInfo")).toMatchScreenshot("with-long-name.png");
| ^
161 | },
162 | );
163 |
at /home/runner/work/element-web/element-web/playwright/e2e/right-panel/right-panel.spec.ts:160:60
|
1 flaky
[Chrome] › playwright/e2e/right-panel/right-panel.spec.ts:142:13 › RightPanel › in rooms › should handle viewing long room member name @screenshot
2 skipped
62 passed (5.0m)
|
The logs for this run have expired and are no longer available.
Loading