refactor: component properties for alpha components #16248
default.yml
on: pull_request
init
/
Init
25s
scan-secrets
/
TruffleHog
58s
get-playwright-version
/
Get and save publish version
22s
Matrix: init-playwright / init-playwright
build-showcase-react
/
Build Showcase react-showcase
35s
build-showcase-angular
/
Build Showcase angular-showcase
36s
build-showcase-stencil
/
Build Showcase stencil-showcase
47s
build-showcase-vue
/
Build Showcase vue-showcase
26s
Matrix: test-components / playwright-ct
build-outputs
/
Build outputs
1m 5s
build-showcase-angular-ssr
/
Build Showcase angular-ssr-showcase
53s
build-showcase-next
/
Build Showcase next-showcase
51s
build-showcase-nuxt
/
Build Showcase nuxt-showcase
53s
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components
/
🧪🎭 - Regenerate snapshots components
3m 26s
regenerate-snapshots-foundations
/
regenerate-snapshots
regenerate-snapshots-patternhub
/
🧪🎭 - Regenerate snapshots patternhub
2m 6s
regenerate-snapshots
/
🧪🎭 - Regenerate snapshots showcases
8m 17s
deploy
/
Deploy
Annotations
319 errors, 28 warnings, and 34 notices
[mobile_chrome] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot:
output/react/src/components/popover/popover.spec.tsx#L45
1) [mobile_chrome] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/mobile-chrome/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:45:27
|
[mobile_chrome] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot:
output/react/src/components/popover/popover.spec.tsx#L45
1) [mobile_chrome] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/mobile-chrome/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome-retry1/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome-retry1/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:45:27
|
[mobile_chrome] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot:
output/react/src/components/tooltip/tooltip.spec.tsx#L40
2) [mobile_chrome] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/mobile-chrome/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/react/src/components/tooltip/tooltip.spec.tsx:40:27
|
[mobile_chrome] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot:
output/react/src/components/tooltip/tooltip.spec.tsx#L40
2) [mobile_chrome] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/mobile-chrome/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome-retry1/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome-retry1/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/react/src/components/tooltip/tooltip.spec.tsx:40:27
|
test-components / 🧪🎭 - react:3/3
Process completed with exit code 1.
|
[chromium] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot:
output/react/src/components/popover/popover.spec.tsx#L45
1) [chromium] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot ───
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/chromium/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:45:27
|
[chromium] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot:
output/react/src/components/popover/popover.spec.tsx#L45
1) [chromium] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/chromium/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium-retry1/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium-retry1/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:45:27
|
[chromium] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot:
output/react/src/components/tooltip/tooltip.spec.tsx#L40
2) [chromium] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot ───
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/chromium/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/react/src/components/tooltip/tooltip.spec.tsx:40:27
|
[chromium] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot:
output/react/src/components/tooltip/tooltip.spec.tsx#L40
2) [chromium] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/chromium/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium-retry1/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium-retry1/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/react/src/components/tooltip/tooltip.spec.tsx:40:27
|
test-components / 🧪🎭 - react:1/3
Process completed with exit code 1.
|
test-components / 🧪🎭 - vue:3/3
Process completed with exit code 1.
|
[mobile_chrome] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot:
output/vue/src/components/popover/popover.spec.tsx#L45
1) [mobile_chrome] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/mobile-chrome/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/popover/popover.spec.tsx:45:27
|
[mobile_chrome] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot:
output/vue/src/components/popover/popover.spec.tsx#L45
1) [mobile_chrome] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/mobile-chrome/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome-retry1/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-mobile-chrome-retry1/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/popover/popover.spec.tsx:45:27
|
[mobile_chrome] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot:
output/vue/src/components/tooltip/tooltip.spec.tsx#L40
2) [mobile_chrome] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/mobile-chrome/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/vue/src/components/tooltip/tooltip.spec.tsx:40:27
|
[mobile_chrome] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot:
output/vue/src/components/tooltip/tooltip.spec.tsx#L40
2) [mobile_chrome] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/mobile-chrome/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome-retry1/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-mobile-chrome-retry1/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/vue/src/components/tooltip/tooltip.spec.tsx:40:27
|
test-components / 🧪🎭 - vue:1/3
Process completed with exit code 1.
|
[chromium] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot:
output/vue/src/components/popover/popover.spec.tsx#L45
1) [chromium] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot ───
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/chromium/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/popover/popover.spec.tsx:45:27
|
[chromium] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot:
output/vue/src/components/popover/popover.spec.tsx#L45
1) [chromium] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
383 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/chromium/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium-retry1/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-chromium-retry1/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 383 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/popover/popover.spec.tsx:45:27
|
[chromium] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot:
output/vue/src/components/tooltip/tooltip.spec.tsx#L40
2) [chromium] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot ───
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/chromium/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/vue/src/components/tooltip/tooltip.spec.tsx:40:27
|
[chromium] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot:
output/vue/src/components/tooltip/tooltip.spec.tsx#L40
2) [chromium] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
261 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/chromium/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium-retry1/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-chromium-retry1/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 261 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/vue/src/components/tooltip/tooltip.spec.tsx:40:27
|
[firefox] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot:
output/vue/src/components/popover/popover.spec.tsx#L45
1) [firefox] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot ────
Error: expect(locator).toHaveScreenshot(expected)
354 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/firefox/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/popover/popover.spec.tsx:45:27
|
[firefox] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot:
output/vue/src/components/popover/popover.spec.tsx#L45
1) [firefox] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
354 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/firefox/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox-retry1/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox-retry1/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/vue/src/components/popover/popover.spec.tsx:45:27
|
[firefox] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot:
output/vue/src/components/tooltip/tooltip.spec.tsx#L40
2) [firefox] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot ────
Error: expect(locator).toHaveScreenshot(expected)
244 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/firefox/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/vue/src/components/tooltip/tooltip.spec.tsx:40:27
|
[firefox] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot:
output/vue/src/components/tooltip/tooltip.spec.tsx#L40
2) [firefox] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
244 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/firefox/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox-retry1/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/vue/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox-retry1/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/vue/src/components/tooltip/tooltip.spec.tsx:40:27
|
test-components / 🧪🎭 - vue:2/3
Process completed with exit code 1.
|
[firefox] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot:
output/react/src/components/popover/popover.spec.tsx#L45
1) [firefox] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot ────
Error: expect(locator).toHaveScreenshot(expected)
354 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/firefox/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:45:27
|
[firefox] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot:
output/react/src/components/popover/popover.spec.tsx#L45
1) [firefox] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
354 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/component/firefox/DBPopover-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox-retry1/DBPopover-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/popover-popover-DBPopover-after-open-should-match-screenshot-firefox-retry1/DBPopover-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 354 pixels (ratio 0.01 of all image pixels) are different.
43 | const component = await mount(comp);
44 | await component.getByTestId('button').focus();
> 45 | await expect(component).toHaveScreenshot();
| ^
46 | });
47 | };
48 | const testA11y = () => {
at /__w/mono/mono/output/react/src/components/popover/popover.spec.tsx:45:27
|
[firefox] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot:
output/react/src/components/tooltip/tooltip.spec.tsx#L40
2) [firefox] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot ────
Error: expect(locator).toHaveScreenshot(expected)
244 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/firefox/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/react/src/components/tooltip/tooltip.spec.tsx:40:27
|
[firefox] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot:
output/react/src/components/tooltip/tooltip.spec.tsx#L40
2) [firefox] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
244 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/component/firefox/DBTooltip-after-open-should-match-screenshot.png
Received: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox-retry1/DBTooltip-after-open-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/output/react/test-results/tooltip-tooltip-DBTooltip-after-open-should-match-screenshot-firefox-retry1/DBTooltip-after-open-should-match-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#root').locator('internal:control=component')
- locator resolved to <div class="padding-box">…</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
- 244 pixels (ratio 0.01 of all image pixels) are different.
38 | const component = await mount(comp);
39 | await component.getByTestId('button').focus();
> 40 | await expect(component).toHaveScreenshot();
| ^
41 | });
42 | };
43 |
at /__w/mono/mono/output/react/src/components/tooltip/tooltip.spec.tsx:40:27
|
test-components / 🧪🎭 - react:2/3
Process completed with exit code 1.
|
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
Process completed with exit code 1.
|
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
3182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3182 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
- 3182 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3182 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
- 3182 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
3182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3182 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
- 3182 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3182 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
- 3182 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
Process completed with exit code 1.
|
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
Process completed with exit code 1.
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
Process completed with exit code 1.
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ──────────────────
Error: expect(page).toHaveScreenshot(expected)
5667 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium-highContrast/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast/DBCard-should-match-screenshot-1-diff.png
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
- 5667 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
- 5667 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5667 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium-highContrast/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5667 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
- 5667 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
Process completed with exit code 1.
|
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
2507 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2507 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
- 2507 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2507 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2507 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
- 2507 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5977 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-safari/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari/DBCard-should-match-screenshot-1-diff.png
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
- 5977 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
- 5977 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5977 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-safari/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5977 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
- 5977 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
Process completed with exit code 1.
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ──────────────────
Error: expect(page).toHaveScreenshot(expected)
5667 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium-highContrast/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast/DBCard-should-match-screenshot-1-diff.png
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
- 5667 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
- 5667 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5667 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium-highContrast/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5667 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
- 5667 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
Process completed with exit code 1.
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2376 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2376 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
- 2376 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2376 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2376 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
- 2376 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4166 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-diff.png
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
- 4166 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
- 4166 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4166 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 4166 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
- 4166 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
Process completed with exit code 1.
|
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
2507 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2507 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
- 2507 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2507 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2507 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
- 2507 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5977 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-safari/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari/DBCard-should-match-screenshot-1-diff.png
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
- 5977 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
- 5977 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5977 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-safari/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5977 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
- 5977 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
Process completed with exit code 1.
|
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
Process completed with exit code 1.
|
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2376 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2376 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
- 2376 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2376 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2376 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
- 2376 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4166 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-diff.png
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
- 4166 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
- 4166 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4166 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 4166 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
- 4166 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/vue-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4346 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/firefox/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox/DBCard-should-match-screenshot-1-diff.png
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
- 4346 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
- 4346 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4346 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/firefox/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/vue-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 4346 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
- 4346 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
Process completed with exit code 1.
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-react / 🧪🎭 - react-showcase:1/6
Process completed with exit code 1.
|
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
Process completed with exit code 1.
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/angular-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4346 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/firefox/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox/DBCard-should-match-screenshot-1-diff.png
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
- 4346 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
- 4346 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4346 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/firefox/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/angular-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 4346 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
- 4346 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ──────────────────
Error: expect(page).toHaveScreenshot(expected)
5667 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium-highContrast/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast/DBCard-should-match-screenshot-1-diff.png
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
- 5667 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
- 5667 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5667 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium-highContrast/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-highContrast-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5667 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
- 5667 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-react / 🧪🎭 - react-showcase:2/6
Process completed with exit code 1.
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4346 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/firefox/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox/DBCard-should-match-screenshot-1-diff.png
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
- 4346 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
- 4346 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4346 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/firefox/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-firefox-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 4346 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
- 4346 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-react / 🧪🎭 - react-showcase:3/6
Process completed with exit code 1.
|
test-showcase-react / 🧪🎭 - react-showcase:5/6
Process completed with exit code 1.
|
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-chrome-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 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
- Expected an image 393px by 2101px, received 393px by 2053px. 11068 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
3182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3182 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
- 3182 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3182 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-chrome-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3182 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
- 3182 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
Process completed with exit code 1.
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7217 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-chrome-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 7217 pixels (ratio 0.02 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
- 7217 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBCard" [level=1]
- link "Density arrow_up_right\" / \""
- strong: Functional
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: Level 2 - Adaptive
- strong: Level 3 - Adaptive
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) Non inSteractivec
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
- button "Level 1 - Interactive":
- strong: Level 1 - Interactive
- button "Level 2 - Interactive":
- strong: Level 2 - Interactive
- button "Level 3 - Interactive":
- strong: Level 3 - Interactive
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/should-have-same-aria-snapshot/DBCard-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBCard" [level=1]
- link "Density arrow_up_right\" / \""
- strong: Functional
- strong: (Default) Regular
- strong: Expressive
- link "Elevation Level arrow_up_right\" / \""
- strong: (Default) Level 1 - Adaptive
- strong: Level 2 - Adaptive
- strong: Level 3 - Adaptive
- link "Spacing arrow_up_right\" / \""
- strong: (Default) Small
- strong: Medium
- strong: Large
- strong: None
- link "Behaviour arrow_up_right\" / \""
- strong: (Default) Non inSteractivec
- button "Interactive":
- strong: Interactive
- link "Example arrow_up_right\" / \""
- button "Level 1 - Interactive":
- strong: Level 1 - Interactive
- button "Level 2 - Interactive":
- strong: Level 2 - Interactive
- button "Level 3 - Interactive":
- strong: Level 3 - Interactive
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-chrome/should-have-same-aria-snapshot/DBCard-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────
Error: expect(page).toHaveScreenshot(expected)
10490 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome/DBNavigationItem-should-match-screenshot-1-diff.png
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
- 10490 pixels (ratio 0.02 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
- 10490 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10490 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome-retry1/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-mobile-chrome-retry1/DBNavigationItem-should-match-screenshot-1-diff.png
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
- 10490 pixels (ratio 0.02 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
- 10490 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "InteractDion-Stsatblesd arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default)/Hover/Pre Falssed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- lisabt:
- listitedm:
- link "True"
- link "CoExpantdentd arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) TFalsext"
- list:
- listitem:
- butext:on x_plac"True choldevron_right\" / \""
- link "TextShow - Icon (Leadrrow_up_ring)ht\" / \""
- list:
- listitem:
- text: x_placeholder" / "
- buttoink "Text - Icons (LDefading, Chevronult) chFalsevron_right\" / \""
- list:
- listitem:
- button "Text: - Ix_placon (Chevron) choldevron_right\" / \"
- link "True"
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-mobile-chrome/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "InteractDion-Stsatblesd arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default)/Hover/Pre Falssed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- lisabt:
- listitedm:
- link "True"
- link "CoExpantdentd arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) TFalsext"
- list:
- listitem:
- butext:on x_plac"True choldevron_right\" / \""
- link "TextShow - Icon (Leadrrow_up_ring)ht\" / \""
- list:
- listitem:
- text: x_placeholder" / "
- buttoink "Text - Icons (LDefading, Chevronult) chFalsevron_right\" / \""
- list:
- listitem:
- button "Text: - Ix_placon (Chevron) choldevron_right\" / \"
- link "True"
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/mobile-chrome/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-mobile-chrome-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2192px, received 393px by 2517px. 20355 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/mobile-chrome/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome/DBPopover-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2192px, received 393px by 2517px. 20355 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
- Expected an image 393px by 2192px, received 393px by 2517px. 20355 pixels (ratio 0.03 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 393px by 2192px, received 393px by 2517px. 20355 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/mobile-chrome/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome-retry1/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-mobile-chrome-retry1/DBPopover-should-match-screenshot-1-diff.png
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
- Expected an image 393px by 2192px, received 393px by 2517px. 20355 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
- Expected an image 393px by 2192px, received 393px by 2517px. 20355 pixels (ratio 0.03 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-webkit-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16077 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/webkit/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2376 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2376 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
- 2376 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2376 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-webkit-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2376 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
- 2376 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/webkit/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4166 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit/DBCard-should-match-screenshot-1-diff.png
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
- 4166 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
- 4166 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
4166 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/webkit/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-webkit-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 4166 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
- 4166 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-react / 🧪🎭 - react-showcase:4/6
Process completed with exit code 1.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
Process completed with exit code 1.
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16836 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3146 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3146 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
- 3146 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5202 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/chromium/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-chromium-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5202 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
- 5202 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.spec.ts:10:2 › card › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › card › overview should match screenshot ───────────────────
Error: expect(page).toHaveScreenshot(expected)
2951 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/patternhub/card-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-card-overview-should-match-screenshot-chromium/card/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-card-overview-should-match-screenshot-chromium/card/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(card/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2951 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
- 2951 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › card › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › card › overview should match screenshot ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2951 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/patternhub/card-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-card-overview-should-match-screenshot-chromium-retry1/card/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-card-overview-should-match-screenshot-chromium-retry1/card/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(card/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 2951 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
- 2951 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › card › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › card › properties should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
391 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/patternhub/card-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-card-properties-should-match-screenshot-chromium/card/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-card-properties-should-match-screenshot-chromium/card/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(card/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 391 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
- 391 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › card › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › card › properties should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
391 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/patternhub/card-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-card-properties-should-match-screenshot-chromium-retry1/card/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-card-properties-should-match-screenshot-chromium-retry1/card/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(card/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 391 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
- 391 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:5/6
Process completed with exit code 1.
|
[chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2639px, received 1280px by 2965px. 431663 pixels (ratio 0.12 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium-highContrast/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium-highContrast/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium-highContrast/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2639px, received 1280px by 2965px. 431663 pixels (ratio 0.12 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
- Expected an image 1280px by 2639px, received 1280px by 2965px. 431663 pixels (ratio 0.12 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2639px, received 1280px by 2965px. 431663 pixels (ratio 0.12 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium-highContrast/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium-highContrast-retry1/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium-highContrast-retry1/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2639px, received 1280px by 2965px. 431663 pixels (ratio 0.12 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
- Expected an image 1280px by 2639px, received 1280px by 2965px. 431663 pixels (ratio 0.12 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTooltip" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "VaShow Ariantrow arrow_up_right\" / \""
- button "(Default) With aTrrowue"
- button "BFalsice"
- link "Emphasis arrow_up_right\" / \""
- button "(Default) Weak"
- button "Strong"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- button "(Default) bottom"
- button "bottom-end"
- button "left-start"
- button "left"
- button "left-end"
- button "right-start"
- button "right"
- button "right-end"
- button "top-start"
- button "top"
- button "top-end"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Fixed"
- link "Animations arrow_up_right\" / \""
- button "(Default) Animation no dTruelay"
- button "False"
- link "Delay slarrow_up_right\" / \""
- button "(Delay fasult) None"
- button "NSlow"
anima - butiton "Fast"
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTooltip-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-D-95146-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTooltip" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "VaShow Ariantrow arrow_up_right\" / \""
- button "(Default) With aTrrowue"
- button "BFalsice"
- link "Emphasis arrow_up_right\" / \""
- button "(Default) Weak"
- button "Strong"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- button "(Default) bottom"
- button "bottom-end"
- button "left-start"
- button "left"
- button "left-end"
- button "right-start"
- button "right"
- button "right-end"
- button "top-start"
- button "top"
- button "top-end"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Fixed"
- link "Animations arrow_up_right\" / \""
- button "(Default) Animation no dTruelay"
- button "False"
- link "Delay slarrow_up_right\" / \""
- button "(Delay fasult) None"
- button "NSlow"
anima - butiton "Fast"
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBTooltip-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-D-95146-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-firefox-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 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
- Expected an image 1280px by 1737px, received 1280px by 1735px. 16317 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/firefox/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2553 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/firefox/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-firefox-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2553 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
- 2553 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
Process completed with exit code 1.
|
[chromium] › default.spec.ts:10:2 › accordion › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › accordion › overview should match screenshot ──────────────
Error: expect(page).toHaveScreenshot(expected)
505 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/patternhub/accordion-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-overview-should-match-screenshot-chromium/accordion/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-overview-should-match-screenshot-chromium/accordion/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(accordion/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 505 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
- 505 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › accordion › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › accordion › overview should match screenshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
505 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/patternhub/accordion-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-overview-should-match-screenshot-chromium-retry1/accordion/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-overview-should-match-screenshot-chromium-retry1/accordion/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(accordion/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 505 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
- 505 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › accordion › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › accordion › properties should match screenshot ────────────
Error: expect(page).toHaveScreenshot(expected)
389 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/patternhub/accordion-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-properties-should-match-screenshot-chromium/accordion/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-properties-should-match-screenshot-chromium/accordion/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(accordion/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 389 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
- 389 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › accordion › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › accordion › properties should match screenshot ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
389 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/patternhub/accordion-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-properties-should-match-screenshot-chromium-retry1/accordion/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-properties-should-match-screenshot-chromium-retry1/accordion/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(accordion/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 389 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
- 389 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › accordion-item › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › accordion-item › overview should match screenshot ─────────
Error: expect(page).toHaveScreenshot(expected)
1660 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/patternhub/accordion-item-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-item-overview-should-match-screenshot-chromium/accordion-item/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-item-overview-should-match-screenshot-chromium/accordion-item/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(accordion-item/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1660 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
- 1660 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › accordion-item › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › accordion-item › overview should match screenshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1660 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/patternhub/accordion-item-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-item-overview-should-match-screenshot-chromium-retry1/accordion-item/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-accordion-item-overview-should-match-screenshot-chromium-retry1/accordion-item/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(accordion-item/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1660 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
- 1660 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
Process completed with exit code 1.
|
[chromium] › default.spec.ts:10:2 › tooltip › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › tooltip › overview should match screenshot ────────────────
Error: expect(page).toHaveScreenshot(expected)
1866 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/patternhub/tooltip-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-overview-should-match-screenshot-chromium/tooltip/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-overview-should-match-screenshot-chromium/tooltip/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(tooltip/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1866 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
- 1866 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › tooltip › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › tooltip › overview should match screenshot ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1866 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/patternhub/tooltip-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-overview-should-match-screenshot-chromium-retry1/tooltip/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-overview-should-match-screenshot-chromium-retry1/tooltip/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(tooltip/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1866 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
- 1866 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › tooltip › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › tooltip › properties should match screenshot ──────────────
Error: expect(page).toHaveScreenshot(expected)
76326 pixels (ratio 0.09 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/patternhub/tooltip-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-properties-should-match-screenshot-chromium/tooltip/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-properties-should-match-screenshot-chromium/tooltip/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(tooltip/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 76326 pixels (ratio 0.09 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
- 76326 pixels (ratio 0.09 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › tooltip › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › tooltip › properties should match screenshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
76326 pixels (ratio 0.09 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/patternhub/tooltip-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-properties-should-match-screenshot-chromium-retry1/tooltip/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-tooltip-properties-should-match-screenshot-chromium-retry1/tooltip/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(tooltip/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 76326 pixels (ratio 0.09 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
- 76326 pixels (ratio 0.09 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
Process completed with exit code 1.
|
test-showcase-react / 🧪🎭 - react-showcase:6/6
Process completed with exit code 1.
|
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
1) [mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-mobile-safari-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 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
- Expected an image 390px by 2101px, received 390px by 2053px. 9888 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Error: expect(page).toHaveScreenshot(expected)
2507 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2507 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
- 2507 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
3) [mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
2507 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-mobile-safari-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 2507 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
- 2507 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-safari/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordionItem" [level=1]
- link "Density arrow_up_right\" / \""
- listitem:
- group: Functional chevron_down" / "
- listitem:
- group: (Default) Regular chevron_down" / "
- listitem:
- group: Expressive chevron_down" / "
- link "InteractDion Stsatblesd arrow_up_right\" / \""
- listitem:
- group: Enabled (Default)/Hover/Pre Falssed chevron_down" / "
- listitem:
- group [disabled]: DisablTrued chevron_down" / "
- link "ContOpent States arrow_up_right\" / \""
- listitem:
- group: (Default) CollFaplsed chevron_down" / "
- listitem:
- group: OpTruen chevron_down" / " OpTruen
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/mobile-safari/should-have-same-aria-snapshot/DBAccordionItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/react-showcase/test-results/accordion-item-accordion-i-f6abc-uld-have-same-aria-snapshot-mobile-safari-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5977 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-safari/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari/DBCard-should-match-screenshot-1-diff.png
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
- 5977 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
- 5977 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot:
showcases/e2e/default.ts#L111
5) [mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
5977 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/card/showcase/mobile-safari/DBCard-should-match-screenshot-1/DBCard-should-match-screenshot.png
Received: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari-retry1/DBCard-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/react-showcase/test-results/card-card-snapshot-DBCard-should-match-screenshot-mobile-safari-retry1/DBCard-should-match-screenshot-1-diff.png
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
- 5977 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
- 5977 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
Process completed with exit code 1.
|
[chromium] › default.spec.ts:10:2 › section › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › section › properties should match screenshot ──────────────
Error: expect(page).toHaveScreenshot(expected)
109 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/patternhub/section-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-section-properties-should-match-screenshot-chromium/section/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-section-properties-should-match-screenshot-chromium/section/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(section/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 109 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
- 109 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › section › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › default.spec.ts:10:2 › section › properties should match screenshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
109 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/section/patternhub/section-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-section-properties-should-match-screenshot-chromium-retry1/section/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-section-properties-should-match-screenshot-chromium-retry1/section/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(section/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 109 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
- 109 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › navigation-item › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › navigation-item › overview should match screenshot ────────
Error: expect(page).toHaveScreenshot(expected)
1779 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/patternhub/navigation-item-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-overview-should-match-screenshot-chromium/navigation-item/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-overview-should-match-screenshot-chromium/navigation-item/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(navigation-item/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1779 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
- 1779 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › navigation-item › overview should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › default.spec.ts:10:2 › navigation-item › overview should match screenshot ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
1779 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/patternhub/navigation-item-overview-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-overview-should-match-screenshot-chromium-retry1/navigation-item/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-navigation-item-overview-should-match-screenshot-chromium-retry1/navigation-item/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(navigation-item/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 1779 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
- 1779 pixels (ratio 0.01 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › popover › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › popover › properties should match screenshot ──────────────
Error: expect(page).toHaveScreenshot(expected)
19153 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/patternhub/popover-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-popover-properties-should-match-screenshot-chromium/popover/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-popover-properties-should-match-screenshot-chromium/popover/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(popover/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 19153 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
- 19153 pixels (ratio 0.03 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › default.spec.ts:10:2 › popover › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
3) [chromium] › default.spec.ts:10:2 › popover › properties should match screenshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
19153 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/patternhub/popover-properties-should-match-screenshot.png
Received: /__w/mono/mono/showcases/patternhub/test-results/default-popover-properties-should-match-screenshot-chromium-retry1/popover/patternhub-actual.png
Diff: /__w/mono/mono/showcases/patternhub/test-results/default-popover-properties-should-match-screenshot-chromium-retry1/popover/patternhub-diff.png
Call log:
- expect.toHaveScreenshot(popover/patternhub.png) with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 19153 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
- 19153 pixels (ratio 0.03 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/mono/mono/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
Process completed with exit code 1.
|
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 13637 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 13637 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 13637 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
1) [chromium] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 13637 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium-retry1/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-chromium-retry1/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 13637 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 13637 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTooltip" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "VaShow Ariantrow arrow_up_right\" / \""
- button "(Default) With aTrrowue"
- button "BFalsice"
- link "Emphasis arrow_up_right\" / \""
- button "(Default) Weak"
- button "Strong"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- button "(Default) bottom"
- button "bottom-end"
- button "left-start"
- button "left"
- button "left-end"
- button "right-start"
- button "right"
- button "right-end"
- button "top-start"
- button "top"
- button "top-end"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Fixed"
- link "Animations arrow_up_right\" / \""
- button "(Default) Animation no dTruelay"
- button "False"
- link "Delay slarrow_up_right\" / \""
- button "(Delay fasult) None"
- button "NSlow"
anima - butiton "Fast"
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium/should-have-same-aria-snapshot/DBTooltip-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-D-95146-uld-have-same-aria-snapshot-chromium/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBTooltip" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- button "(Default) Regular"
- button "Expressive"
- link "VaShow Ariantrow arrow_up_right\" / \""
- button "(Default) With aTrrowue"
- button "BFalsice"
- link "Emphasis arrow_up_right\" / \""
- button "(Default) Weak"
- button "Strong"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- button "(Default) bottom"
- button "bottom-end"
- button "left-start"
- button "left"
- button "left-end"
- button "right-start"
- button "right"
- button "right-end"
- button "top-start"
- button "top"
- button "top-end"
- link "Width arrow_up_right\" / \""
- button "(Default) Auto"
- button "Fixed"
- link "Animations arrow_up_right\" / \""
- button "(Default) Animation no dTruelay"
- button "False"
- link "Delay slarrow_up_right\" / \""
- button "(Delay fasult) None"
- button "NSlow"
anima - butiton "Fast"
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/chromium/should-have-same-aria-snapshot/DBTooltip-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-D-95146-uld-have-same-aria-snapshot-chromium-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot:
showcases/e2e/default.ts#L111
3) [chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/DBAccordion-should-match-screenshot-1/DBAccordion-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-2317d-ion-should-match-screenshot-chromium-highContrast-retry1/DBAccordion-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 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
- Expected an image 1280px by 1755px, received 1280px by 1749px. 26517 pixels (ratio 0.02 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBAccordion" [level=1]
- link "Density arrow_up_right\" / \""
- text: Functional
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: (Default) Regular
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Expressive
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Variant arrow_up_right\" / \""
- text: background (dDefault) Divider
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: cCard
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- link "Behaviour arrow_up_right\" / \""
- text: (Default) Multiple
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
- text: Single
- list:
- listitem:
- group: Item 1 chevron_down" / "
- listitem:
- group: Item 2 chevron_down" / "
- listitem:
- group: Item 3 chevron_down" / "
Expected: /__w/mono/mono/__snapshots__/accordion/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBAccordion-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-accordion-snapsh-3e7c0-uld-have-same-aria-snapshot-chromium-highContrast-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot:
showcases/e2e/default.ts#L111
5) [chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
3066 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/accordion-item/showcase/chromium-highContrast/DBAccordionItem-should-match-screenshot-1/DBAccordionItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/accordion-item-accordion-i-5f968-tem-should-match-screenshot-chromium-highContrast-retry1/DBAccordionItem-should-match-screenshot-1-diff.png
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
- 3066 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
- 3066 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
Process completed with exit code 1.
|
[firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
Error: expect(page).toHaveScreenshot(expected)
7705 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/firefox/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-firefox/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-firefox/DBNavigationItem-should-match-screenshot-1-diff.png
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
- 7705 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
- 7705 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot:
showcases/e2e/default.ts#L111
1) [firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7705 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/firefox/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-firefox-retry1/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-firefox-retry1/DBNavigationItem-should-match-screenshot-1-diff.png
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
- 7705 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
- 7705 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "InteractDion-Stsatblesd arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default)/Hover/Pre Falssed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- lisabt:
- listitedm:
- link "True"
- link "CoExpantdentd arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) TFalsext"
- list:
- listitem:
- libuttonk "Truex chevron_right\" / \""
- link "Show Icon (Leadrrow_up_ring)ht\" / \""
- list:
- listitem:
- buttolink "Text - Icons (LDefading, Chevronult) chFalsevron_right\" / \""
- list:
- listitem:
- buttolink "Text - Icon (Chevron) chuevron_right\" / \""
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/firefox/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-firefox/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "InteractDion-Stsatblesd arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default)/Hover/Pre Falssed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- lisabt:
- listitedm:
- link "True"
- link "CoExpantdentd arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) TFalsext"
- list:
- listitem:
- libuttonk "Truex chevron_right\" / \""
- link "Show Icon (Leadrrow_up_ring)ht\" / \""
- list:
- listitem:
- buttolink "Text - Icons (LDefading, Chevronult) chFalsevron_right\" / \""
- list:
- listitem:
- buttolink "Text - Icon (Chevron) chuevron_right\" / \""
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/firefox/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-firefox-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[firefox] › default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 26801 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/firefox/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-firefox/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-firefox/DBPopover-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 26801 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 26801 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
3) [firefox] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 26801 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/firefox/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-firefox-retry1/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-firefox-retry1/DBPopover-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 26801 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 26801 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBPopover" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) Regular"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Expressive"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Spacing arrow_up_right\" / \""
- button "(Default) Small"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Medium"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Large"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "None"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) bottom"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "bottom-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-end"
- article:
- list:
- listitem: Popover Custom Item 1
- l
|
[firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBPopover" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) Regular"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Expressive"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Spacing arrow_up_right\" / \""
- button "(Default) Small"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Medium"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Large"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "None"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) bottom"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "bottom-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-e
|
[firefox] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 12784 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/firefox/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-firefox/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-firefox/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 12784 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 12784 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[firefox] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
5) [firefox] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 12784 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/firefox/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-firefox-retry1/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-firefox-retry1/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 12784 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 12784 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot ───────────────────────
Error: expect(page).toHaveScreenshot(expected)
7296 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/webkit/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-webkit/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-webkit/DBNavigationItem-should-match-screenshot-1-diff.png
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
- 7296 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
- 7296 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot:
showcases/e2e/default.ts#L111
1) [webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
7296 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/webkit/DBNavigationItem-should-match-screenshot-1/DBNavigationItem-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-webkit-retry1/DBNavigationItem-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-62949-tem-should-match-screenshot-webkit-retry1/DBNavigationItem-should-match-screenshot-1-diff.png
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
- 7296 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
- 7296 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "InteractDion-Stsatblesd arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default)/Hover/Pre Falssed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- lisabt:
- listitedm:
- link "True"
- link "CoExpantdentd arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) TFalsext"
- list:
- listitem:
- butext:on x_plac"True choldevron_right\" / \""
- link "TextShow - Icon (Leadrrow_up_ring)ht\" / \""
- list:
- listitem:
- text: x_placeholder" / "
- buttoink "Text - Icons (LDefading, Chevronult) chFalsevron_right\" / \""
- list:
- listitem:
- button "Text: - Ix_placon (Chevron) choldevron_right\" / \"
- link "True"
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/webkit/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-webkit/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot:
showcases/e2e/default.ts#L232
2) [webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBNavigationItem" [level=1]
- link "Density arrow_up_right\" / \""
- list:
- listitem:
- link "Functional"
- list:
- listitem:
- link "(Default) Regular"
- list:
- listitem:
- link "Expressive"
- link "InteractDion-Stsatblesd arrow_up_right\" / \""
- list:
- listitem:
- link "Enabled (Default)/Hover/Pre Falssed"
- list:
- listitem:
- link "True"
- link "Active arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) False"
- lisabt:
- listitedm:
- link "True"
- link "CoExpantdentd arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) TFalsext"
- list:
- listitem:
- butext:on x_plac"True choldevron_right\" / \""
- link "TextShow - Icon (Leadrrow_up_ring)ht\" / \""
- list:
- listitem:
- text: x_placeholder" / "
- buttoink "Text - Icons (LDefading, Chevronult) chFalsevron_right\" / \""
- list:
- listitem:
- button "Text: - Ix_placon (Chevron) choldevron_right\" / \"
- link "True"
- link "Width arrow_up_right\" / \""
- list:
- listitem:
- link "(Default) Auto"
- list:
- listitem:
- link "Full"
Expected: /__w/mono/mono/__snapshots__/navigation-item/showcase/webkit/should-have-same-aria-snapshot/DBNavigationItem-should-have-same-aria-snapshot.yaml
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/navigation-item-navigation-2b6a4-uld-have-same-aria-snapshot-webkit-retry1/should-have-same-aria-snapshot-actual.yaml
230 |
231 | const snapshot = await page.locator('main').ariaSnapshot();
> 232 | expect(snapshot).toMatchSnapshot(`${title}.yaml`);
| ^
233 | });
234 | };
235 |
at /__w/mono/mono/showcases/e2e/default.ts:232:20
|
[webkit] › default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBPopover › should match screenshot ──────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 25989 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/webkit/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit/DBPopover-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 25989 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 25989 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBPopover › should match screenshot:
showcases/e2e/default.ts#L111
3) [webkit] › default.ts:79:2 › DBPopover › should match screenshot ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 25989 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/popover/showcase/webkit/DBPopover-should-match-screenshot-1/DBPopover-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit-retry1/DBPopover-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/popover-popover-snapshot-DBPopover-should-match-screenshot-webkit-retry1/DBPopover-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 25989 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 25989 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBPopover" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) Regular"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Expressive"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Spacing arrow_up_right\" / \""
- button "(Default) Small"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Medium"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Large"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "None"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) bottom"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "bottom-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-end"
- article:
- list:
- listitem: Popover Custom Item 1
- l
|
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot:
showcases/e2e/default.ts#L232
4) [webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
- main:
- heading "DBPopover" [level=1]
- link "Density arrow_up_right\" / \""
- button "Functional"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) Regular"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Expressive"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Spacing arrow_up_right\" / \""
- button "(Default) Small"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Medium"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "Large"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "None"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- link "Placement arrow_up_right\" / \""
- button "bottom-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "(Default) bottom"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "bottom-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "left-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "right-end"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-start"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top"
- article:
- list:
- listitem: Popover Custom Item 1
- listitem: Popover Custom Item 2
- button "Popover Custom Item 3"
- button "top-e
|
[webkit] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBTooltip › should match screenshot ──────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2987px. 12886 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/webkit/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-webkit/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-webkit/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2987px. 12886 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
- Expected an image 1280px by 2630px, received 1280px by 2987px. 12886 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
[webkit] › default.ts:79:2 › DBTooltip › should match screenshot:
showcases/e2e/default.ts#L111
5) [webkit] › default.ts:79:2 › DBTooltip › should match screenshot ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
Expected an image 1280px by 2630px, received 1280px by 2955px. 12886 pixels (ratio 0.01 of all image pixels) are different.
Expected: /__w/mono/mono/__snapshots__/tooltip/showcase/webkit/DBTooltip-should-match-screenshot-1/DBTooltip-should-match-screenshot.png
Received: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-webkit-retry1/DBTooltip-should-match-screenshot-1-actual.png
Diff: /__w/mono/mono/showcases/stencil-showcase/test-results/tooltip-tooltip-snapshot-DBTooltip-should-match-screenshot-webkit-retry1/DBTooltip-should-match-screenshot-1-diff.png
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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 12886 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
- Expected an image 1280px by 2630px, received 1280px by 2955px. 12886 pixels (ratio 0.01 of all image pixels) are different.
109 | }
110 |
> 111 | await expect(page).toHaveScreenshot(config);
| ^
112 | });
113 | };
114 |
at /__w/mono/mono/showcases/e2e/default.ts:111:22
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
Process completed with exit code 1.
|
checks-done
Process completed with exit code 1.
|
test-showcase-vue / 🧪🎭 - vue-showcase:5/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:5/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:1/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:2/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:2/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:1/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:4/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:6/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:4/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-vue / 🧪🎭 - vue-showcase:3/6
No files were found with the provided path: ./showcases/vue-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:1/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-angular / 🧪🎭 - angular-showcase:3/6
No files were found with the provided path: ./showcases/angular-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:2/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:3/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:5/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:6/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:4/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:1/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-patternhub / 🧪🎭 - patternhub:5/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:3/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
|
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
|
test-showcase-react / 🧪🎭 - react-showcase:6/6
No files were found with the provided path: ./showcases/react-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
No files were found with the provided path: ./showcases/patternhub-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:2/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:4/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
test-showcase-stencil / 🧪🎭 - stencil-showcase:5/6
No files were found with the provided path: ./showcases/stencil-showcase-showcase/results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
2 failed
[mobile_chrome] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot
[mobile_chrome] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot
3 skipped
142 passed (38.4s)
|
🎭 Playwright Run Summary
2 failed
[chromium] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot ────
[chromium] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot ────
3 skipped
142 passed (38.5s)
|
🎭 Playwright Run Summary
2 failed
[mobile_chrome] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot
[mobile_chrome] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot
3 skipped
142 passed (41.2s)
|
🎭 Playwright Run Summary
2 failed
[chromium] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot ────
[chromium] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot ────
3 skipped
142 passed (41.1s)
|
🎭 Playwright Run Summary
2 failed
[firefox] › popover/popover.spec.tsx:42:2 › DBPopover › after open should match screenshot ─────
[firefox] › tooltip/tooltip.spec.tsx:37:2 › DBTooltip › after open should match screenshot ─────
3 skipped
142 passed (1.4m)
|
🎭 Playwright Run Summary
2 failed
[firefox] › popover/popover.spec.tsx:42:6 › DBPopover › after open should match screenshot ─────
[firefox] › tooltip/tooltip.spec.tsx:37:6 › DBTooltip › after open should match screenshot ─────
3 skipped
142 passed (1.3m)
|
🎭 Playwright Run Summary
12 failed
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
49 skipped
108 passed (2.9m)
|
🎭 Playwright Run Summary
12 failed
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
63 skipped
94 passed (2.8m)
|
🎭 Playwright Run Summary
12 failed
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
[chromium] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
[chromium] › default.ts:219:2 › DBCard › should have same aria-snapshot ────────────────────────
[chromium] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
[chromium] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
[chromium] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ─────────────────────
157 passed (4.6m)
|
🎭 Playwright Run Summary
12 failed
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ───────────────────
[chromium-highContrast] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────
[chromium-highContrast] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────
[chromium-highContrast] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─
[chromium-highContrast] › default.ts:79:2 › DBPopover › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────
[chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────
157 passed (4.6m)
|
🎭 Playwright Run Summary
12 failed
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_safari] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_safari] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_safari] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_safari] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_safari] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_safari] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_safari] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
50 skipped
107 passed (4.6m)
|
🎭 Playwright Run Summary
12 failed
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ───────────────────
[chromium-highContrast] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────
[chromium-highContrast] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────
[chromium-highContrast] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─
[chromium-highContrast] › default.ts:79:2 › DBPopover › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────
[chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────
14 skipped
143 passed (5.1m)
|
🎭 Playwright Run Summary
12 failed
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
[chromium] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
[chromium] › default.ts:219:2 › DBCard › should have same aria-snapshot ────────────────────────
[chromium] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
[chromium] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
[chromium] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ─────────────────────
14 skipped
143 passed (5.1m)
|
🎭 Playwright Run Summary
12 failed
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────────────
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────────────
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────────────
[webkit] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────────────
[webkit] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────────────
[webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────────────
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────────────
[webkit] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────────────────────
50 skipped
107 passed (5.4m)
|
🎭 Playwright Run Summary
12 failed
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_safari] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_safari] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_safari] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_safari] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_safari] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_safari] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_safari] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
63 skipped
94 passed (4.4m)
|
🎭 Playwright Run Summary
12 failed
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────────────
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────────────
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────────────
[webkit] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────────────
[webkit] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────────────
[webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────────────
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────────────
[webkit] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────────────────────
63 skipped
94 passed (5.4m)
|
🎭 Playwright Run Summary
12 failed
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
[firefox] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
[firefox] › default.ts:219:2 › DBCard › should have same aria-snapshot ─────────────────────────
[firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot ───────────────────────
[firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
[firefox] › default.ts:79:2 › DBPopover › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
[firefox] › default.ts:79:2 › DBTooltip › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ──────────────────────
49 skipped
108 passed (7.1m)
|
🎭 Playwright Run Summary
12 failed
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
[chromium] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
[chromium] › default.ts:219:2 › DBCard › should have same aria-snapshot ────────────────────────
[chromium] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
[chromium] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
[chromium] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ─────────────────────
157 passed (4.8m)
|
🎭 Playwright Run Summary
12 failed
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
[firefox] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
[firefox] › default.ts:219:2 › DBCard › should have same aria-snapshot ─────────────────────────
[firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot ───────────────────────
[firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
[firefox] › default.ts:79:2 › DBPopover › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
[firefox] › default.ts:79:2 › DBTooltip › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ──────────────────────
63 skipped
94 passed (6.5m)
|
🎭 Playwright Run Summary
12 failed
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ───────────────────
[chromium-highContrast] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────
[chromium-highContrast] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────
[chromium-highContrast] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─
[chromium-highContrast] › default.ts:79:2 › DBPopover › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────
[chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────
157 passed (4.8m)
|
🎭 Playwright Run Summary
12 failed
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
[firefox] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
[firefox] › default.ts:219:2 › DBCard › should have same aria-snapshot ─────────────────────────
[firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot ───────────────────────
[firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
[firefox] › default.ts:79:2 › DBPopover › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
[firefox] › default.ts:79:2 › DBTooltip › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ──────────────────────
49 skipped
108 passed (7.2m)
|
🎭 Playwright Run Summary
12 failed
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
49 skipped
108 passed (2.9m)
|
🎭 Playwright Run Summary
8 failed
[mobile_chrome] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_chrome] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_chrome] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_chrome] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_chrome] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_chrome] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_chrome] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
59 skipped
73 passed (2.2m)
|
🎭 Playwright Run Summary
12 failed
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────────────
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────────────
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────────────
[webkit] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────────────
[webkit] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────────────
[webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────────────
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────────────
[webkit] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────────────────────
49 skipped
108 passed (5.4m)
|
🎭 Playwright Run Summary
10 failed
[chromium] › default.ts:79:2 › DBAccordion › should match screenshot ───────────────────────────
[chromium] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ───────────────────
[chromium] › default.ts:79:2 › DBAccordionItem › should match screenshot ───────────────────────
[chromium] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ───────────────
[chromium] › default.ts:79:2 › DBCard › should match screenshot ────────────────────────────────
[chromium] › default.ts:219:2 › DBCard › should have same aria-snapshot ────────────────────────
[chromium] › default.ts:79:2 › DBNavigationItem › should match screenshot ──────────────────────
[chromium] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ──────────────
[chromium] › default.ts:79:2 › DBPopover › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBPopover › should have same aria-snapshot ─────────────────────
1 flaky
[chromium] › default.ts:79:2 › DBDrawer › should match screenshot ──────────────────────────────
20 skipped
110 passed (4.1m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › default.spec.ts:10:2 › card › overview should match screenshot ────────────────────
[chromium] › default.spec.ts:10:2 › card › properties should match screenshot ──────────────────
11 passed (14.2s)
|
🎭 Playwright Run Summary
8 failed
[chromium-highContrast] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────
[firefox] › default.ts:79:2 › DBAccordion › should match screenshot ────────────────────────────
[firefox] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ────────────────────
[firefox] › default.ts:79:2 › DBAccordionItem › should match screenshot ────────────────────────
[firefox] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ────────────────
[firefox] › default.ts:79:2 › DBCard › should match screenshot ─────────────────────────────────
[firefox] › default.ts:219:2 › DBCard › should have same aria-snapshot ─────────────────────────
40 skipped
93 passed (3.8m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › default.spec.ts:10:2 › accordion › overview should match screenshot ───────────────
[chromium] › default.spec.ts:10:2 › accordion › properties should match screenshot ─────────────
[chromium] › default.spec.ts:10:2 › accordion-item › overview should match screenshot ──────────
11 passed (18.4s)
|
🎭 Playwright Run Summary
2 failed
[chromium] › default.spec.ts:10:2 › tooltip › overview should match screenshot ─────────────────
[chromium] › default.spec.ts:10:2 › tooltip › properties should match screenshot ───────────────
12 passed (15.4s)
|
🎭 Playwright Run Summary
12 failed
[mobile_safari] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_safari] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_safari] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_safari] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
[mobile_safari] › default.ts:79:2 › DBCard › should match screenshot ───────────────────────────
[mobile_safari] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────────────
[mobile_safari] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────────────
[mobile_safari] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─────────
[mobile_safari] › default.ts:79:2 › DBPopover › should match screenshot ────────────────────────
[mobile_safari] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────────────
[mobile_safari] › default.ts:79:2 › DBTooltip › should match screenshot ────────────────────────
[mobile_safari] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ────────────────
49 skipped
108 passed (4.4m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › default.spec.ts:10:2 › section › properties should match screenshot ───────────────
[chromium] › default.spec.ts:10:2 › navigation-item › overview should match screenshot ─────────
[chromium] › default.spec.ts:10:2 › popover › properties should match screenshot ───────────────
10 passed (16.7s)
|
🎭 Playwright Run Summary
12 failed
[chromium] › default.ts:79:2 › DBTooltip › should match screenshot ─────────────────────────────
[chromium] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ─────────────────────
[chromium-highContrast] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────
[chromium-highContrast] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────
[chromium-highContrast] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────
[chromium-highContrast] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──
[chromium-highContrast] › default.ts:79:2 › DBCard › should match screenshot ───────────────────
[chromium-highContrast] › default.ts:219:2 › DBCard › should have same aria-snapshot ───────────
[chromium-highContrast] › default.ts:79:2 › DBNavigationItem › should match screenshot ─────────
[chromium-highContrast] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ─
[chromium-highContrast] › default.ts:79:2 › DBPopover › should match screenshot ────────────────
[chromium-highContrast] › default.ts:219:2 › DBPopover › should have same aria-snapshot ────────
22 skipped
107 passed (4.2m)
|
🎭 Playwright Run Summary
12 failed
[firefox] › default.ts:79:2 › DBNavigationItem › should match screenshot ───────────────────────
[firefox] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ───────────────
[firefox] › default.ts:79:2 › DBPopover › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBPopover › should have same aria-snapshot ──────────────────────
[firefox] › default.ts:79:2 › DBTooltip › should match screenshot ──────────────────────────────
[firefox] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ──────────────────────
[webkit] › default.ts:79:2 › DBAccordion › should match screenshot ─────────────────────────────
[webkit] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ─────────────────────
[webkit] › default.ts:79:2 › DBAccordionItem › should match screenshot ─────────────────────────
[webkit] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ─────────────────
[webkit] › default.ts:79:2 › DBCard › should match screenshot ──────────────────────────────────
[webkit] › default.ts:219:2 › DBCard › should have same aria-snapshot ──────────────────────────
1 flaky
[webkit] › default.ts:79:2 › DBBrand › should match screenshot ─────────────────────────────────
57 skipped
71 passed (4.2m)
|
🎭 Playwright Run Summary
10 failed
[webkit] › default.ts:79:2 › DBNavigationItem › should match screenshot ────────────────────────
[webkit] › default.ts:219:2 › DBNavigationItem › should have same aria-snapshot ────────────────
[webkit] › default.ts:79:2 › DBPopover › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBPopover › should have same aria-snapshot ───────────────────────
[webkit] › default.ts:79:2 › DBTooltip › should match screenshot ───────────────────────────────
[webkit] › default.ts:219:2 › DBTooltip › should have same aria-snapshot ───────────────────────
[mobile_chrome] › default.ts:79:2 › DBAccordion › should match screenshot ──────────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordion › should have same aria-snapshot ──────────────
[mobile_chrome] › default.ts:79:2 › DBAccordionItem › should match screenshot ──────────────────
[mobile_chrome] › default.ts:219:2 › DBAccordionItem › should have same aria-snapshot ──────────
6 flaky
[webkit] › default.ts:79:2 › DBInput › should match screenshot ─────────────────────────────────
[webkit] › default.ts:79:2 › DBLink › should match screenshot ──────────────────────────────────
[webkit] › default.ts:79:2 › DBSection › should match screenshot ───────────────────────────────
[webkit] › default.ts:79:2 › DBTabItem › should match screenshot ───────────────────────────────
[webkit] › default.ts:79:2 › DBTag › should match screenshot ───────────────────────────────────
[webkit] › default.ts:79:2 › DBTextarea › should match screenshot ──────────────────────────────
59 skipped
66 passed (4.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
angular-showcase-playwright-results-1
|
9.7 MB |
|
angular-showcase-playwright-results-2
|
9.53 MB |
|
angular-showcase-playwright-results-3
|
10.9 MB |
|
angular-showcase-playwright-results-4
|
13.4 MB |
|
angular-showcase-playwright-results-5
|
8.46 MB |
|
angular-showcase-playwright-results-6
|
14.3 MB |
|
db-ui-angular-showcase
|
1.29 MB |
|
db-ui-angular-ssr-showcase
|
2.43 MB |
|
db-ui-components-build
|
347 KB |
|
db-ui-foundations-build
|
174 KB |
|
db-ui-migration-build
|
2.12 KB |
|
db-ui-next-showcase
|
1.33 MB |
|
db-ui-nuxt-showcase
|
1.86 MB |
|
db-ui-output
|
400 KB |
|
db-ui-outputs
|
2.59 MB |
|
db-ui-patternhub
|
3.55 MB |
|
db-ui-react-showcase
|
1.19 MB |
|
db-ui-stencil-showcase
|
1.24 MB |
|
db-ui-vue-showcase
|
1.14 MB |
|
patternhub-playwright-results-1
|
969 KB |
|
patternhub-playwright-results-2
|
1.59 MB |
|
patternhub-playwright-results-5
|
918 KB |
|
patternhub-playwright-results-6
|
1.44 MB |
|
react-components-playwright-results-1
|
369 KB |
|
react-components-playwright-results-2
|
411 KB |
|
react-components-playwright-results-3
|
368 KB |
|
react-showcase-playwright-results-1
|
9.4 MB |
|
react-showcase-playwright-results-2
|
9.44 MB |
|
react-showcase-playwright-results-3
|
10 MB |
|
react-showcase-playwright-results-4
|
12.6 MB |
|
react-showcase-playwright-results-5
|
7.79 MB |
|
react-showcase-playwright-results-6
|
13.2 MB |
|
snapshots-components
|
339 KB |
|
snapshots-patternhub
|
2.17 MB |
|
snapshots-showcases
|
12.5 MB |
|
stencil-showcase-playwright-results-1
|
8.27 MB |
|
stencil-showcase-playwright-results-2
|
9.61 MB |
|
stencil-showcase-playwright-results-3
|
6.04 MB |
|
stencil-showcase-playwright-results-4
|
13 MB |
|
stencil-showcase-playwright-results-5
|
16.6 MB |
|
stencil-showcase-playwright-results-6
|
6.43 MB |
|
vue-components-playwright-results-1
|
369 KB |
|
vue-components-playwright-results-2
|
411 KB |
|
vue-components-playwright-results-3
|
369 KB |
|
vue-showcase-playwright-results-1
|
8.91 MB |
|
vue-showcase-playwright-results-2
|
8.77 MB |
|
vue-showcase-playwright-results-3
|
9.87 MB |
|
vue-showcase-playwright-results-4
|
12.6 MB |
|
vue-showcase-playwright-results-5
|
7.8 MB |
|
vue-showcase-playwright-results-6
|
13.8 MB |
|