fix(card): removing obsolete, but harmful declaration regarding wrapping button and link styles #20876
Annotations
3 errors and 1 notice
🔣 Print GitHub Report:
showcases/e2e/default.ts#L142
1) [mobile_chrome] › showcases/e2e/default.ts:101:2 › DBCard › should match screenshot ───────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
6168 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6168 pixels (ratio 0.01 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
- 6168 pixels (ratio 0.01 of all image pixels) are different.
140 | }
141 |
> 142 | await expect(page).toHaveScreenshot(config);
| ^
143 | });
144 | };
145 |
at /__w/core-web/core-web/showcases/e2e/default.ts:142:22
|
🔣 Print GitHub Report:
showcases/e2e/default.ts#L142
1) [mobile_chrome] › showcases/e2e/default.ts:101:2 › DBCard › should match screenshot ───────────
Error: expect(page).toHaveScreenshot(expected)
6168 pixels (ratio 0.01 of all image pixels) are different.
Call log:
- Expect "toHaveScreenshot" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 6168 pixels (ratio 0.01 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
- 6168 pixels (ratio 0.01 of all image pixels) are different.
140 | }
141 |
> 142 | await expect(page).toHaveScreenshot(config);
| ^
143 | });
144 | };
145 |
at /__w/core-web/core-web/showcases/e2e/default.ts:142:22
|
👩🔬 Test showcase with Playwright 🎭
Process completed with exit code 1.
|
🔣 Print GitHub Report
1 failed
[mobile_chrome] › showcases/e2e/default.ts:101:2 › DBCard › should match screenshot ────────────
99 skipped
122 passed (3.5m)
|
Loading