Disable URL Preview setting if disabled on the homeserver #1448
Annotations
1 error and 1 notice
|
Run Playwright tests:
apps/web/playwright/e2e/mobile-guide/mobile-guide.spec.ts#L31
1) [Chrome] › playwright/e2e/mobile-guide/mobile-guide.spec.ts:29:13 › Mobile Guide Screenshots › for variant element-pro › should match the mobile_guide screenshot @screenshot
Error: expect(page).toHaveScreenshot(expected) failed
6785 pixels (ratio 0.03 of all image pixels) are different.
Snapshot: mobile-guide-element-pro.png
Call log:
- Expect "toHaveScreenshot(mobile-guide-element-pro.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6785 pixels (ratio 0.03 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 6785 pixels (ratio 0.03 of all image pixels) are different.
29 | test("should match the mobile_guide screenshot", async ({ page, axe }) => {
30 | await page.goto("/mobile_guide/");
> 31 | await expect(page).toMatchScreenshot(`mobile-guide-${variant}.png`);
| ^
32 | await expect(axe).toHaveNoViolations();
33 | });
34 | });
at /home/runner/work/element-web/element-web/apps/web/playwright/e2e/mobile-guide/mobile-guide.spec.ts:31:36
|
|
Run Playwright tests
1 flaky
[Chrome] › playwright/e2e/mobile-guide/mobile-guide.spec.ts:29:13 › Mobile Guide Screenshots › for variant element-pro › should match the mobile_guide screenshot @screenshot
3 skipped
129 passed (11.5m)
|
Loading