Update dependency caniuse-lite to v1.0.30001715 #7306
Annotations
2 errors and 1 notice
playwright/e2e/location/location.spec.ts#L54
1) [Chrome] › playwright/e2e/location/location.spec.ts:33:9 › Location sharing › sends and displays pin drop location message successfully @no-firefox
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('dialog')
52 |
53 | // clicking location tile opens maximised map
> 54 | await expect(page.getByRole("dialog")).toBeVisible();
| ^
55 |
56 | await app.closeDialog();
57 |
at /home/runner/work/element-web/element-web/playwright/e2e/location/location.spec.ts:54:48
|
playwright/e2e/right-panel/right-panel.spec.ts#L160
2) [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
|
2 flaky
[Chrome] › playwright/e2e/location/location.spec.ts:33:9 › Location sharing › sends and displays pin drop location message successfully @no-firefox
[Chrome] › playwright/e2e/right-panel/right-panel.spec.ts:142:13 › RightPanel › in rooms › should handle viewing long room member name @screenshot
2 skipped
61 passed (5.4m)
|
The logs for this run have expired and are no longer available.
Loading