refactor: removed aria attributes which have a 1:1 mapping #19072
default.yml
on: pull_request
init
/
Init
27s
scan-secrets
/
TruffleHog
1m 16s
get-playwright-version
/
Get and save publish version
27s
Matrix: init-playwright / init-playwright
build-showcase-react
/
Build Showcase react-showcase
36s
build-showcase-angular
/
Build Showcase angular-showcase
40s
build-showcase-stencil
/
Build Showcase stencil-showcase
1m 2s
build-showcase-vue
/
Build Showcase vue-showcase
36s
Matrix: test-components / playwright-ct
build-outputs
/
Build outputs
1m 12s
build-showcase-angular-ssr
/
Build Showcase angular-ssr-showcase
50s
build-showcase-next
/
Build Showcase next-showcase
54s
build-showcase-nuxt
/
Build Showcase nuxt-showcase
46s
Matrix: test-showcase-patternhub / playwright-showcases
Matrix: test-showcase-react / playwright-showcases
Matrix: test-screen-reader / playwright-screen-reader
Matrix: test-showcase-angular / playwright-showcases
Matrix: test-showcase-stencil / playwright-showcases
Matrix: test-showcase-vue / playwright-showcases
regenerate-snapshots-components
/
regenerate-snapshots
regenerate-snapshots-foundations
/
regenerate-snapshots
regenerate-snapshots-patternhub
/
🧪🎭 - Regenerate snapshots patternhub
1m 53s
regenerate-snapshots
/
🧪🎭 - Regenerate snapshots showcases
8m 43s
commit-regenerated-snapshots
/
🆙 Commit regenerated snapshots
19s
deploy
/
Deploy
Annotations
13 errors, 3 warnings, and 3 notices
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › link › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › link › properties should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
20624 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/link/patternhub/link-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-link-properties-should-match-screenshot-chromium-retry1/link/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-link-properties-should-match-screenshot-chromium-retry1/link/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(link/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 20624 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
- 20624 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/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › link › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
2) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › link › properties should match screenshot
Error: expect(page).toHaveScreenshot(expected)
20624 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/link/patternhub/link-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-link-properties-should-match-screenshot-chromium/link/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-link-properties-should-match-screenshot-chromium/link/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(link/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 20624 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
- 20624 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/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › button › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › button › properties should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
16270 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/button/patternhub/button-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium-retry1/button/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium-retry1/button/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(button/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 16270 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
- 16270 pixels (ratio 0.02 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › button › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › button › properties should match screenshot
Error: expect(page).toHaveScreenshot(expected)
16270 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/button/patternhub/button-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium/button/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-button-properties-should-match-screenshot-chromium/button/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(button/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 16270 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
- 16270 pixels (ratio 0.02 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:1/6
Process completed with exit code 1.
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › navigation › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › navigation › properties should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
10300 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/navigation/patternhub/navigation-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-navigation-properties-should-match-screenshot-chromium-retry1/navigation/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-navigation-properties-should-match-screenshot-chromium-retry1/navigation/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(navigation/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10300 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
- 10300 pixels (ratio 0.02 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › navigation › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › navigation › properties should match screenshot
Error: expect(page).toHaveScreenshot(expected)
10300 pixels (ratio 0.02 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/navigation/patternhub/navigation-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-navigation-properties-should-match-screenshot-chromium/navigation/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-navigation-properties-should-match-screenshot-chromium/navigation/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(navigation/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 10300 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
- 10300 pixels (ratio 0.02 of all image pixels) are different.
13 | });
14 | await fn(page);
> 15 | await expect(page).toHaveScreenshot([name, 'patternhub.png']);
| ^
16 | });
17 | };
18 |
at /__w/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:6/6
Process completed with exit code 1.
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › tag › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › tag › properties should match screenshot
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected)
24106 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/tag/patternhub/tag-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium-retry1/tag/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium-retry1/tag/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(tag/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 24106 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
- 24106 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/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › tag › properties should match screenshot:
showcases/patternhub/tests/default.spec.ts#L15
1) [chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › tag › properties should match screenshot
Error: expect(page).toHaveScreenshot(expected)
24106 pixels (ratio 0.03 of all image pixels) are different.
Expected: /__w/core-web/core-web/__snapshots__/tag/patternhub/tag-properties-should-match-screenshot.png
Received: /__w/core-web/core-web/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium/tag/patternhub-actual.png
Diff: /__w/core-web/core-web/showcases/patternhub/test-results/default-tag-properties-should-match-screenshot-chromium/tag/patternhub-diff.png
Call log:
- Expect "toHaveScreenshot(tag/patternhub.png)" with timeout 30000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 24106 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
- 24106 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/core-web/core-web/showcases/patternhub/tests/default.spec.ts:15:22
|
test-showcase-patternhub / 🧪🎭 - patternhub:2/6
Process completed with exit code 1.
|
test-showcase-vue / 🧪🎭 - vue-showcase:6/6
The hosted runner lost communication with the server. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
checks-done
Process completed with exit code 1.
|
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-patternhub / 🧪🎭 - patternhub:6/6
No files were found with the provided path: ./showcases/patternhub-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.
|
🎭 Playwright Run Summary
2 failed
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › button › properties should match screenshot
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › link › properties should match screenshot
12 passed (15.4s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › navigation › properties should match screenshot
13 passed (12.7s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › showcases/patternhub/tests/default.spec.ts:10:2 › tag › properties should match screenshot
13 passed (12.2s)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
db-ux-angular-showcase
|
2 MB |
sha256:a5c04dfb55f0cb491d1b67a7f9fde5482a68ae154b74a663e3b161e1476dec0f
|
|
db-ux-angular-ssr-showcase
|
2.54 MB |
sha256:123282285c90fe8ca17ea12f7ccb76475cc40c5b2d643dbbd1a229cc8777bf10
|
|
db-ux-components-build
|
392 KB |
sha256:5a15002590f2e17707ee26d042e009c982038604444438bdf62d23d3833ad4f2
|
|
db-ux-foundations-build
|
264 KB |
sha256:0a42fc2a402ffa8178d36b60a929df3e0f3d69d5e64c7abeb291d12417cfc870
|
|
db-ux-migration-build
|
2.8 KB |
sha256:61a00df43e412c5549218459fa86bf6b0586b0763c7b08a8de36745f63d95bcc
|
|
db-ux-next-showcase
|
2.06 MB |
sha256:af3e544cd4e9c25867f00c3278e952c9230dae12b2ec8e608a1e5f700fba6755
|
|
db-ux-nuxt-showcase
|
2.61 MB |
sha256:eae3e46cc81cc67aeae13ffe219602588b92365dc4610b726a26ae109f91d222
|
|
db-ux-output
|
920 KB |
sha256:eb8aeb4f8d816daf9d8ec7f2193d0b9b10a2471f9f4acd25bfd127cab499a2a7
|
|
db-ux-outputs
|
3.24 MB |
sha256:09fde17ed34db8bd83576eeca5cc21031733c5e3433f67eaea09d9d21b30d537
|
|
db-ux-patternhub
|
4.39 MB |
sha256:4d9c458d483cc5e8d5476b7fdea300940513fdfd2464c15539a4b5aa4b3e68cb
|
|
db-ux-react-showcase
|
1.91 MB |
sha256:913e322f534510e096b304a3e5727a5437ee815615a6b20fe43671689446475a
|
|
db-ux-stencil-showcase
|
1.96 MB |
sha256:d7adb58540698b23757a21de0aca85f2068072e0524fec72295180c23923c374
|
|
db-ux-stylelint-build
|
22.3 KB |
sha256:f8b52a827aa953a17191a94c8441685b43faa4b57772c37634fb7c20f0922261
|
|
db-ux-vue-showcase
|
1.86 MB |
sha256:69a8dd406cd10176edbb913dea73373fa31b2df9b26ad6e9e18fde959bd97e7b
|
|
patternhub-playwright-results-1
|
1.44 MB |
sha256:fbf4247c7015c0d5def7f1c52bee7cd757f5b7057d2e37707b40ee0c46d3d014
|
|
patternhub-playwright-results-2
|
671 KB |
sha256:cfce3afdf007e38751f094bb56d89f08f86c59af294e9d1509f21b882da633d7
|
|
patternhub-playwright-results-6
|
539 KB |
sha256:d31e8b5a355a322ca305985deaa78359d90424c76661becc83d8a2cfb64b47ff
|
|
snapshots-patternhub
|
2.32 MB |
sha256:168baef59b57eb280295676a86481e1edd21ff923bec645f1f71c60d2896a7d4
|
|
snapshots-showcases
|
15.1 MB |
sha256:e39348aaa3c073d1fcf78c0100bce7fb001d57ce90042c63725cca2caa244daa
|
|