Skip to content

add single and holy-grail layout component, update site #716

add single and holy-grail layout component, update site

add single and holy-grail layout component, update site #716

Triggered via pull request November 17, 2023 19:42
Status Failure
Total duration 4m 13s
Artifacts 1

integration-tests.yml

on: pull_request
integration_tests
3m 46s
integration_tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 1 warning, and 1 notice
[Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility: integration/tests/accessibility.spec.ts#L74
1) [Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "description": "Ensures all page content is contained by landmarks", + "help": "All page content should be contained by landmarks", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=playwright", + "id": "region", + "impact": "moderate", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "isIframe": false, + }, + "id": "region", + "impact": "moderate", + "message": "Some page content is not contained by landmarks", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix any of the following: + Some page content is not contained by landmarks", + "html": "<div id=\"hero\" class=\"layout-body-hero border-bottom background-color-body-accent\">", + "impact": "moderate", + "none": Array [], + "target": Array [ + "#hero", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "best-practice", + ], + }, + ] 72 | .analyze(); 73 | > 74 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 75 | }); 76 | } 77 | }); at /home/runner/work/atlas-design/atlas-design/integration/tests/accessibility.spec.ts:74:48
[Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility: integration/tests/accessibility.spec.ts#L74
1) [Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "description": "Ensures all page content is contained by landmarks", + "help": "All page content should be contained by landmarks", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=playwright", + "id": "region", + "impact": "moderate", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "isIframe": false, + }, + "id": "region", + "impact": "moderate", + "message": "Some page content is not contained by landmarks", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix any of the following: + Some page content is not contained by landmarks", + "html": "<div id=\"hero\" class=\"layout-body-hero border-bottom background-color-body-accent\">", + "impact": "moderate", + "none": Array [], + "target": Array [ + "#hero", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "best-practice", + ], + }, + ] 72 | .analyze(); 73 | > 74 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 75 | }); 76 | } 77 | }); at /home/runner/work/atlas-design/atlas-design/integration/tests/accessibility.spec.ts:74:48
[Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility: integration/tests/accessibility.spec.ts#L74
1) [Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "description": "Ensures all page content is contained by landmarks", + "help": "All page content should be contained by landmarks", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=playwright", + "id": "region", + "impact": "moderate", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "isIframe": false, + }, + "id": "region", + "impact": "moderate", + "message": "Some page content is not contained by landmarks", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix any of the following: + Some page content is not contained by landmarks", + "html": "<div id=\"hero\" class=\"layout-body-hero border-bottom background-color-body-accent\">", + "impact": "moderate", + "none": Array [], + "target": Array [ + "#hero", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "best-practice", + ], + }, + ] 72 | .analyze(); 73 | > 74 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 75 | }); 76 | } 77 | }); at /home/runner/work/atlas-design/atlas-design/integration/tests/accessibility.spec.ts:74:48
[Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility: integration/tests/accessibility.spec.ts#L74
2) [Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "description": "Ensures all page content is contained by landmarks", + "help": "All page content should be contained by landmarks", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=playwright", + "id": "region", + "impact": "moderate", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "isIframe": false, + }, + "id": "region", + "impact": "moderate", + "message": "Some page content is not contained by landmarks", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix any of the following: + Some page content is not contained by landmarks", + "html": "<div id=\"hero\" class=\"layout-body-hero border-bottom background-color-body-accent\">", + "impact": "moderate", + "none": Array [], + "target": Array [ + "#hero", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "best-practice", + ], + }, + ] 72 | .analyze(); 73 | > 74 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 75 | }); 76 | } 77 | }); at /home/runner/work/atlas-design/atlas-design/integration/tests/accessibility.spec.ts:74:48
[Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility: integration/tests/accessibility.spec.ts#L74
2) [Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "description": "Ensures all page content is contained by landmarks", + "help": "All page content should be contained by landmarks", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=playwright", + "id": "region", + "impact": "moderate", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "isIframe": false, + }, + "id": "region", + "impact": "moderate", + "message": "Some page content is not contained by landmarks", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix any of the following: + Some page content is not contained by landmarks", + "html": "<div id=\"hero\" class=\"layout-body-hero border-bottom background-color-body-accent\">", + "impact": "moderate", + "none": Array [], + "target": Array [ + "#hero", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "best-practice", + ], + }, + ] 72 | .analyze(); 73 | > 74 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 75 | }); 76 | } 77 | }); at /home/runner/work/atlas-design/atlas-design/integration/tests/accessibility.spec.ts:74:48
[Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility: integration/tests/accessibility.spec.ts#L74
2) [Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 37 - Array [] + Array [ + Object { + "description": "Ensures all page content is contained by landmarks", + "help": "All page content should be contained by landmarks", + "helpUrl": "https://dequeuniversity.com/rules/axe/4.7/region?application=playwright", + "id": "region", + "impact": "moderate", + "nodes": Array [ + Object { + "all": Array [], + "any": Array [ + Object { + "data": Object { + "isIframe": false, + }, + "id": "region", + "impact": "moderate", + "message": "Some page content is not contained by landmarks", + "relatedNodes": Array [], + }, + ], + "failureSummary": "Fix any of the following: + Some page content is not contained by landmarks", + "html": "<div id=\"hero\" class=\"layout-body-hero border-bottom background-color-body-accent\">", + "impact": "moderate", + "none": Array [], + "target": Array [ + "#hero", + ], + }, + ], + "tags": Array [ + "cat.keyboard", + "best-practice", + ], + }, + ] 72 | .analyze(); 73 | > 74 | expect(accessibilityScanResults.violations).toEqual([]); | ^ 75 | }); 76 | } 77 | }); at /home/runner/work/atlas-design/atlas-design/integration/tests/accessibility.spec.ts:74:48
integration_tests
Process completed with exit code 1.
integration_tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
2 failed [Widescreen Chromium] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility [Android Chrome] › accessibility.spec.ts:67:7 › axe should not find any automatically detectable accessibility issues on › /components/layout.html @accessibility 126 passed (2.7m)

Artifacts

Produced during runtime
Name Size
visual_diff-test-results-d409d79f0a6a60a3520eb8774e6c464c747d2b97 Expired
3.59 MB