Skip to content

feat: NavTabList component #2064

feat: NavTabList component

feat: NavTabList component #2064

Triggered via pull request December 19, 2023 23:16
Status Failure
Total duration 24m 25s
Artifacts 2

e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 5 warnings, and 1 notice
[chromium] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations: tests/styleguide.spec.ts#L82
1) [chromium] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations Error: Screenshot comparison failed: Expected an image 1112px by 466px, received 1112px by 558px. 110187 pixels (ratio 0.18 of all image pixels) are different. Call log: - expect.toHaveScreenshot(navigations.png) with timeout 15000ms - verifying given screenshot expectation - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 1112px by 466px, received 1112px by 558px. 110187 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 1112px by 466px, received 1112px by 558px. 110187 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/navigations-chromium-linux.png Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-chromium/navigations-actual.png Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-chromium/navigations-diff.png 80 | const sampleSection = page.locator(`#${id}`); 81 | > 82 | await expect(sampleSection).toHaveScreenshot( | ^ 83 | `${id.replace(/^sample-section-/, '')}.png` 84 | ); 85 | }); at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:82:33
[chromium] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations: tests/styleguide.spec.ts#L82
1) [chromium] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1112px by 466px, received 1112px by 558px. 110187 pixels (ratio 0.18 of all image pixels) are different. Call log: - expect.toHaveScreenshot(navigations.png) with timeout 15000ms - verifying given screenshot expectation - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 1112px by 466px, received 1112px by 558px. 110187 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 1112px by 466px, received 1112px by 558px. 110187 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/navigations-chromium-linux.png Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-chromium-retry1/navigations-actual.png Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-chromium-retry1/navigations-diff.png 80 | const sampleSection = page.locator(`#${id}`); 81 | > 82 | await expect(sampleSection).toHaveScreenshot( | ^ 83 | `${id.replace(/^sample-section-/, '')}.png` 84 | ); 85 | }); at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:82:33
[firefox] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations: tests/styleguide.spec.ts#L82
2) [firefox] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations Error: Screenshot comparison failed: Expected an image 1112px by 466px, received 1112px by 558px. 110484 pixels (ratio 0.18 of all image pixels) are different. Call log: - expect.toHaveScreenshot(navigations.png) with timeout 15000ms - verifying given screenshot expectation - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 1112px by 466px, received 1112px by 558px. 110484 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 1112px by 466px, received 1112px by 558px. 110484 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/navigations-firefox-linux.png Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-firefox/navigations-actual.png Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-firefox/navigations-diff.png 80 | const sampleSection = page.locator(`#${id}`); 81 | > 82 | await expect(sampleSection).toHaveScreenshot( | ^ 83 | `${id.replace(/^sample-section-/, '')}.png` 84 | ); 85 | }); at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:82:33
[firefox] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations: tests/styleguide.spec.ts#L82
2) [firefox] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1112px by 466px, received 1112px by 558px. 110484 pixels (ratio 0.18 of all image pixels) are different. Call log: - expect.toHaveScreenshot(navigations.png) with timeout 15000ms - verifying given screenshot expectation - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 1112px by 466px, received 1112px by 558px. 110484 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 1112px by 466px, received 1112px by 558px. 110484 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/navigations-firefox-linux.png Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-firefox-retry1/navigations-actual.png Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-firefox-retry1/navigations-diff.png 80 | const sampleSection = page.locator(`#${id}`); 81 | > 82 | await expect(sampleSection).toHaveScreenshot( | ^ 83 | `${id.replace(/^sample-section-/, '')}.png` 84 | ); 85 | }); at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:82:33
[webkit] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations: tests/styleguide.spec.ts#L82
3) [webkit] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations Error: Screenshot comparison failed: Expected an image 1112px by 465px, received 1112px by 557px. 110307 pixels (ratio 0.18 of all image pixels) are different. Call log: - expect.toHaveScreenshot(navigations.png) with timeout 15000ms - verifying given screenshot expectation - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 1112px by 465px, received 1112px by 557px. 110307 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 1112px by 465px, received 1112px by 557px. 110307 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/navigations-webkit-linux.png Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-webkit/navigations-actual.png Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-webkit/navigations-diff.png 80 | const sampleSection = page.locator(`#${id}`); 81 | > 82 | await expect(sampleSection).toHaveScreenshot( | ^ 83 | `${id.replace(/^sample-section-/, '')}.png` 84 | ); 85 | }); at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:82:33
[webkit] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations: tests/styleguide.spec.ts#L82
3) [webkit] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 1112px by 465px, received 1112px by 557px. 110307 pixels (ratio 0.18 of all image pixels) are different. Call log: - expect.toHaveScreenshot(navigations.png) with timeout 15000ms - verifying given screenshot expectation - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 1112px by 465px, received 1112px by 557px. 110307 pixels (ratio 0.18 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('#sample-section-navigations') - locator resolved to <div class="sample-section" id="sample-section-naviga…>…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 1112px by 465px, received 1112px by 557px. 110307 pixels (ratio 0.18 of all image pixels) are different. Expected: /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts-snapshots/navigations-webkit-linux.png Received: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-webkit-retry1/navigations-actual.png Diff: /home/runner/work/web-client-ui/web-client-ui/test-results/styleguide-UI-regression-test---Styleguide-section---sample-section-navigations-webkit-retry1/navigations-diff.png 80 | const sampleSection = page.locator(`#${id}`); 81 | > 82 | await expect(sampleSection).toHaveScreenshot( | ^ 83 | `${id.replace(/^sample-section-/, '')}.png` 84 | ); 85 | }); at /home/runner/work/web-client-ui/web-client-ui/tests/styleguide.spec.ts:82:33
build
Process completed with exit code 1.
Slow Test: [webkit] › styleguide.spec.ts#L1
[webkit] › styleguide.spec.ts took 5.8m
Slow Test: [firefox] › styleguide.spec.ts#L1
[firefox] › styleguide.spec.ts took 2.3m
Slow Test: [chromium] › styleguide.spec.ts#L1
[chromium] › styleguide.spec.ts took 2.0m
Slow Test: [webkit] › context-menu.spec.ts#L1
[webkit] › context-menu.spec.ts took 1.5m
Slow Test: [webkit] › table-operations.spec.ts#L1
[webkit] › table-operations.spec.ts took 1.5m
🎭 Playwright Run Summary
3 failed [chromium] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations [firefox] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations [webkit] › styleguide.spec.ts:76:7 › UI regression test - Styleguide section - sample-section-navigations 240 passed (19.4m)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
6.63 MB
server-logs Expired
171 KB