test(commerce): fix flaky commerce query summary tests #21076
Annotations
1 error, 1 warning, and 1 notice
packages/atomic/src/components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts#L108
1) [firefox] › components/search/atomic-search-box/e2e/atomic-search-box.e2e.ts:105:9 › with instant results & query suggestions › after clicking the searchbox input › should be A11y compliant
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 423
- Array []
+ Array [
+ Object {
+ "description": "Ensures links have discernible text",
+ "help": "Links must have discernible text",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.9/link-name?application=playwright",
+ "id": "link-name",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "has-visible-text",
+ "impact": "serious",
+ "message": "Element does not have text that is visible to screen readers",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-label",
+ "impact": "serious",
+ "message": "aria-label attribute does not exist or is empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-labelledby",
+ "impact": "serious",
+ "message": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": Object {
+ "messageKey": "noAttr",
+ },
+ "id": "non-empty-title",
+ "impact": "serious",
+ "message": "Element has no title attribute",
+ "relatedNodes": Array [],
+ },
+ ],
+ "failureSummary": "Fix all of the following:
+ Element is in tab order and does not have accessible text
+
+ Fix any of the following:
+ Element does not have text that is visible to screen readers
+ aria-label attribute does not exist or is empty
+ aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
+ Element has no title attribute",
+ "html": "<a href=\"https://fashion.coveodemo.com/pdp/363510_CAE\" target=\"_self\"><atomic-result-text></atomic-result-text></a>",
+ "impact": "serious",
+ "none": Array [
+ Object {
+ "data": null,
+ "id": "focusable-no-name",
+ "impact": "serious",
+ "message": "Element is in tab order and does not have accessible text",
+ "relatedNodes": Array [],
+ },
+ ],
+ "target": Array [
+ Array [
+ "atomic-search-box",
+ "#atomic-search-box-6sbne-right-suggestion-instant-result-42463385136https584747fashion46coveodemo46com47pdp47363510_CAE > atomic-result",
+ "a[target=\"_self\"]",
+ ],
+ ],
+ },
+ Object {
+ "all": Array [],
+ "any": Array [
+ Object {
+ "data": null,
+ "id": "has-visible-text",
+ "impact": "serious",
+ "message": "Element does not have text that is visible to screen readers",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-label",
+ "impact": "serious",
+ "message": "aria-label attribute does not exist or is empty",
+ "relatedNodes": Array [],
+ },
+ Object {
+ "data": null,
+ "id": "aria-labelledby",
+
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "result-lists-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job succeeded
Loading