Skip to content

Commit

Permalink
[ci] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
studiocms-no-reply committed Feb 26, 2025
1 parent 63bf4f1 commit 87413ce
Show file tree
Hide file tree
Showing 17 changed files with 2,234 additions and 95 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,79 @@
{"url":"https://pr416.next-demo.studiocms.dev/dashboard/configuration","extensionVersion":"4.101.0","axeVersion":"4.10.2","standard":"WCAG 2.1 AA","testingStartDate":"2025-02-23T00:55:08.202Z","testingEndDate":"2025-02-23T00:55:08.496Z","bestPracticesEnabled":true,"experimentalEnabled":false,"issueSummary":{"critical":1,"serious":0,"moderate":0,"minor":0,"bestPractices":0,"needsReview":0},"remainingTestingSummary":{"run":false},"igtSummary":[],"failedRules":[{"name":"button-name","count":1,"mode":"automated"}],"needsReview":[],"source":{"productName":"axe-devtools-html","productVersion":"4.101.0","productComponentName":"extension-chrome"},"testDetails":{"testId":"84302b6d-6df4-41ff-96d9-8218b38df4aa","testName":"Configuration | test","axeVersion":"4.10.2","engine":"axe-core","standard":"WCAG 2.1 AA","createdBy":"[email protected]","startDate":"2025-02-23T00:55:08.202Z","endDate":"2025-02-23T00:55:08.496Z","bestPracticesEnabled":true,"experimentalEnabled":false},"allIssues":[{"issueId":"b7d964ca-24b1-434c-a562-788aff9fceec","ruleId":"button-name","description":"Ensure buttons have discernible text","help":"Buttons must have discernible text","helpUrl":"https://dequeuniversity.com/rules/axe/4.10/button-name?application=AxeChrome","impact":"critical","needsReview":false,"isManual":false,"selector":["#studiocms-theme-toggle"],"summary":"Fix any of the following:\\n Element does not have inner text that is visible to screen readers\\n aria-label attribute does not exist or is empty\\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\\n Element has no title attribute\\n Element does not have an implicit (wrapped) <label>\\n Element does not have an explicit <label>\\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"","source":"<button tabindex=\"0\" id=\"studiocms-theme-toggle\" class=\"sui-button sm default outlined\" data-sui-theme-toggle=\"true\">","tags":["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","ACT"],"igt":"","testName":"Configuration | test","shareURL":null,"createdAt":"2025-02-23T00:55:08.397Z","isExperimental":false,"foundBy":"[email protected]","manifestId":null,"integrationUrl":null,"igtId":null,"testUrl":"https://pr416.next-demo.studiocms.dev/dashboard/configuration","axeVersion":"4.10.2","testPageTitle":"","screenshotURL":"https://axe.deque.com/api/screenshots/c8d12553-ab27-4dda-8f1d-64d664d4fdfc"}]}
{
"url": "https://pr416.next-demo.studiocms.dev/dashboard/configuration",
"extensionVersion": "4.101.0",
"axeVersion": "4.10.2",
"standard": "WCAG 2.1 AA",
"testingStartDate": "2025-02-23T00:55:08.202Z",
"testingEndDate": "2025-02-23T00:55:08.496Z",
"bestPracticesEnabled": true,
"experimentalEnabled": false,
"issueSummary": {
"critical": 1,
"serious": 0,
"moderate": 0,
"minor": 0,
"bestPractices": 0,
"needsReview": 0
},
"remainingTestingSummary": { "run": false },
"igtSummary": [],
"failedRules": [{ "name": "button-name", "count": 1, "mode": "automated" }],
"needsReview": [],
"source": {
"productName": "axe-devtools-html",
"productVersion": "4.101.0",
"productComponentName": "extension-chrome"
},
"testDetails": {
"testId": "84302b6d-6df4-41ff-96d9-8218b38df4aa",
"testName": "Configuration | test",
"axeVersion": "4.10.2",
"engine": "axe-core",
"standard": "WCAG 2.1 AA",
"createdBy": "[email protected]",
"startDate": "2025-02-23T00:55:08.202Z",
"endDate": "2025-02-23T00:55:08.496Z",
"bestPracticesEnabled": true,
"experimentalEnabled": false
},
"allIssues": [
{
"issueId": "b7d964ca-24b1-434c-a562-788aff9fceec",
"ruleId": "button-name",
"description": "Ensure buttons have discernible text",
"help": "Buttons must have discernible text",
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/button-name?application=AxeChrome",
"impact": "critical",
"needsReview": false,
"isManual": false,
"selector": ["#studiocms-theme-toggle"],
"summary": "Fix any of the following:\\n Element does not have inner text that is visible to screen readers\\n aria-label attribute does not exist or is empty\\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\\n Element has no title attribute\\n Element does not have an implicit (wrapped) <label>\\n Element does not have an explicit <label>\\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
"source": "<button tabindex=\"0\" id=\"studiocms-theme-toggle\" class=\"sui-button sm default outlined\" data-sui-theme-toggle=\"true\">",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"section508",
"section508.22.a",
"TTv5",
"TT6.a",
"EN-301-549",
"EN-9.4.1.2",
"ACT"
],
"igt": "",
"testName": "Configuration | test",
"shareURL": null,
"createdAt": "2025-02-23T00:55:08.397Z",
"isExperimental": false,
"foundBy": "[email protected]",
"manifestId": null,
"integrationUrl": null,
"igtId": null,
"testUrl": "https://pr416.next-demo.studiocms.dev/dashboard/configuration",
"axeVersion": "4.10.2",
"testPageTitle": "",
"screenshotURL": "https://axe.deque.com/api/screenshots/c8d12553-ab27-4dda-8f1d-64d664d4fdfc"
}
]
}

Large diffs are not rendered by default.

112 changes: 111 additions & 1 deletion audit/pr416.next-demo.studiocms.dev-Dashboard-or-test-2025-02-23.json
Original file line number Diff line number Diff line change
@@ -1 +1,111 @@
{"url":"https://pr416.next-demo.studiocms.dev/dashboard","extensionVersion":"4.101.0","axeVersion":"4.10.2","standard":"WCAG 2.1 AA","testingStartDate":"2025-02-23T00:53:28.413Z","testingEndDate":"2025-02-23T00:53:28.726Z","bestPracticesEnabled":true,"experimentalEnabled":false,"issueSummary":{"critical":1,"serious":0,"moderate":1,"minor":0,"bestPractices":1,"needsReview":0},"remainingTestingSummary":{"run":false},"igtSummary":[],"failedRules":[{"name":"button-name","count":1,"mode":"automated"},{"name":"heading-order","count":1,"mode":"automated"}],"needsReview":[],"source":{"productName":"axe-devtools-html","productVersion":"4.101.0","productComponentName":"extension-chrome"},"testDetails":{"testId":"163ad303-47c2-46a7-be0e-986ab6f5c782","testName":"Dashboard | test","axeVersion":"4.10.2","engine":"axe-core","standard":"WCAG 2.1 AA","createdBy":"[email protected]","startDate":"2025-02-23T00:53:28.413Z","endDate":"2025-02-23T00:53:28.726Z","bestPracticesEnabled":true,"experimentalEnabled":false},"allIssues":[{"issueId":"aa2b51a0-370e-41e3-ad28-b2da21dfa9d8","ruleId":"button-name","description":"Ensure buttons have discernible text","help":"Buttons must have discernible text","helpUrl":"https://dequeuniversity.com/rules/axe/4.10/button-name?application=AxeChrome","impact":"critical","needsReview":false,"isManual":false,"selector":["#studiocms-theme-toggle"],"summary":"Fix any of the following:\\n Element does not have inner text that is visible to screen readers\\n aria-label attribute does not exist or is empty\\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\\n Element has no title attribute\\n Element does not have an implicit (wrapped) <label>\\n Element does not have an explicit <label>\\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"","source":"<button tabindex=\"0\" id=\"studiocms-theme-toggle\" class=\"sui-button sm default outlined\" data-sui-theme-toggle=\"true\">","tags":["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","TTv5","TT6.a","EN-301-549","EN-9.4.1.2","ACT"],"igt":"","testName":"Dashboard | test","shareURL":null,"createdAt":"2025-02-23T00:53:28.679Z","isExperimental":false,"foundBy":"[email protected]","manifestId":null,"integrationUrl":null,"igtId":null,"testUrl":"https://pr416.next-demo.studiocms.dev/dashboard","axeVersion":"4.10.2","testPageTitle":"","screenshotURL":"https://axe.deque.com/api/screenshots/a1f404b7-5fac-45fe-8d06-b4aa06a6dca4"},{"issueId":"a6135b80-c3e4-418c-aad3-473632a620c7","ruleId":"heading-order","description":"Ensure the order of headings is semantically correct","help":"Heading levels should only increase by one","helpUrl":"https://dequeuniversity.com/rules/axe/4.10/heading-order?application=AxeChrome","impact":"moderate","needsReview":false,"isManual":false,"selector":["sui-tab-item[data-label=\"24 Hours\"] > .flex-wrap[data-astro-cid-z6iyb43h=\"\"] > article:nth-child(1) > h4"],"summary":"Fix any of the following:\\n Heading order invalid","source":"<h4 class=\"metric-title\">","tags":["cat.semantics","best-practice"],"igt":"","testName":"Dashboard | test","shareURL":null,"createdAt":"2025-02-23T00:53:28.679Z","isExperimental":false,"foundBy":"[email protected]","manifestId":null,"integrationUrl":null,"igtId":null,"testUrl":"https://pr416.next-demo.studiocms.dev/dashboard","axeVersion":"4.10.2","testPageTitle":"","screenshotURL":"https://axe.deque.com/api/screenshots/a1f404b7-5fac-45fe-8d06-b4aa06a6dca4"}]}
{
"url": "https://pr416.next-demo.studiocms.dev/dashboard",
"extensionVersion": "4.101.0",
"axeVersion": "4.10.2",
"standard": "WCAG 2.1 AA",
"testingStartDate": "2025-02-23T00:53:28.413Z",
"testingEndDate": "2025-02-23T00:53:28.726Z",
"bestPracticesEnabled": true,
"experimentalEnabled": false,
"issueSummary": {
"critical": 1,
"serious": 0,
"moderate": 1,
"minor": 0,
"bestPractices": 1,
"needsReview": 0
},
"remainingTestingSummary": { "run": false },
"igtSummary": [],
"failedRules": [
{ "name": "button-name", "count": 1, "mode": "automated" },
{ "name": "heading-order", "count": 1, "mode": "automated" }
],
"needsReview": [],
"source": {
"productName": "axe-devtools-html",
"productVersion": "4.101.0",
"productComponentName": "extension-chrome"
},
"testDetails": {
"testId": "163ad303-47c2-46a7-be0e-986ab6f5c782",
"testName": "Dashboard | test",
"axeVersion": "4.10.2",
"engine": "axe-core",
"standard": "WCAG 2.1 AA",
"createdBy": "[email protected]",
"startDate": "2025-02-23T00:53:28.413Z",
"endDate": "2025-02-23T00:53:28.726Z",
"bestPracticesEnabled": true,
"experimentalEnabled": false
},
"allIssues": [
{
"issueId": "aa2b51a0-370e-41e3-ad28-b2da21dfa9d8",
"ruleId": "button-name",
"description": "Ensure buttons have discernible text",
"help": "Buttons must have discernible text",
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/button-name?application=AxeChrome",
"impact": "critical",
"needsReview": false,
"isManual": false,
"selector": ["#studiocms-theme-toggle"],
"summary": "Fix any of the following:\\n Element does not have inner text that is visible to screen readers\\n aria-label attribute does not exist or is empty\\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\\n Element has no title attribute\\n Element does not have an implicit (wrapped) <label>\\n Element does not have an explicit <label>\\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
"source": "<button tabindex=\"0\" id=\"studiocms-theme-toggle\" class=\"sui-button sm default outlined\" data-sui-theme-toggle=\"true\">",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"section508",
"section508.22.a",
"TTv5",
"TT6.a",
"EN-301-549",
"EN-9.4.1.2",
"ACT"
],
"igt": "",
"testName": "Dashboard | test",
"shareURL": null,
"createdAt": "2025-02-23T00:53:28.679Z",
"isExperimental": false,
"foundBy": "[email protected]",
"manifestId": null,
"integrationUrl": null,
"igtId": null,
"testUrl": "https://pr416.next-demo.studiocms.dev/dashboard",
"axeVersion": "4.10.2",
"testPageTitle": "",
"screenshotURL": "https://axe.deque.com/api/screenshots/a1f404b7-5fac-45fe-8d06-b4aa06a6dca4"
},
{
"issueId": "a6135b80-c3e4-418c-aad3-473632a620c7",
"ruleId": "heading-order",
"description": "Ensure the order of headings is semantically correct",
"help": "Heading levels should only increase by one",
"helpUrl": "https://dequeuniversity.com/rules/axe/4.10/heading-order?application=AxeChrome",
"impact": "moderate",
"needsReview": false,
"isManual": false,
"selector": [
"sui-tab-item[data-label=\"24 Hours\"] > .flex-wrap[data-astro-cid-z6iyb43h=\"\"] > article:nth-child(1) > h4"
],
"summary": "Fix any of the following:\\n Heading order invalid",
"source": "<h4 class=\"metric-title\">",
"tags": ["cat.semantics", "best-practice"],
"igt": "",
"testName": "Dashboard | test",
"shareURL": null,
"createdAt": "2025-02-23T00:53:28.679Z",
"isExperimental": false,
"foundBy": "[email protected]",
"manifestId": null,
"integrationUrl": null,
"igtId": null,
"testUrl": "https://pr416.next-demo.studiocms.dev/dashboard",
"axeVersion": "4.10.2",
"testPageTitle": "",
"screenshotURL": "https://axe.deque.com/api/screenshots/a1f404b7-5fac-45fe-8d06-b4aa06a6dca4"
}
]
}
1,064 changes: 1,063 additions & 1 deletion audit/pr416.next-demo.studiocms.dev-User-Management-or-test-2025-02-23.json

Large diffs are not rendered by default.

Loading

0 comments on commit 87413ce

Please sign in to comment.