From 470767510d1e1aec38ac6942c27b9eebd1fa4de0 Mon Sep 17 00:00:00 2001 From: Tom Brunet Date: Tue, 4 Feb 2025 13:17:53 -0600 Subject: [PATCH] chore(repo): Add note of unapproved in ACT txt debug result (for 4.x branch) (#2181) * Bump path-to-regexp and express in /rule-server (#2128) Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12) Updates `express` from 4.21.0 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.2) --- updated-dependencies: - dependency-name: path-to-regexp dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Brunet * fix dark mode react portal pop-up (#2138) * fix(extension):Fix reset filter link #1877 (#2136) * reset filter fix * css fix --------- Co-authored-by: Tom Brunet * fix(extension): Don't show full data:text/html content on generated HTML report page (#2140) * truncating url * remove unused import * Adjust tooltip location --------- Co-authored-by: Tom Brunet * chore(extension): carbon package update and use new carbon combobutton #1842 (#2137) * carbon package update and use new carbon combobutton * alignment fix --------- Co-authored-by: Tom Brunet * Add note of unapproved in ACT txt result --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Namrata Singh --- accessibility-checker/test-act-w3/main.mjs | 2 +- accessibility-checker/test-act/main.mjs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/accessibility-checker/test-act-w3/main.mjs b/accessibility-checker/test-act-w3/main.mjs index 896806e1e..516a7c37e 100644 --- a/accessibility-checker/test-act-w3/main.mjs +++ b/accessibility-checker/test-act-w3/main.mjs @@ -49,7 +49,7 @@ import * as fs from "fs"; try { // This rule has testcases, run the test - console.group(`+ ${testcase.testcaseTitle}: ${testcase.url}`); + console.group(`+ ${testcase.testcaseTitle}${testcase.approved ? "" : " [not approved]" }: ${testcase.url}`); // Special handling for meta refresh if (ext === ".html" || ext === ".xhtml") { if (testcase.ruleId === "bisz58" || testcase.ruleId === "bc659a") diff --git a/accessibility-checker/test-act/main.mjs b/accessibility-checker/test-act/main.mjs index 2a06bfc18..e1c356bd3 100644 --- a/accessibility-checker/test-act/main.mjs +++ b/accessibility-checker/test-act/main.mjs @@ -33,7 +33,7 @@ import * as fs from "fs"; try { // If no tests, don't bother loading the testcase if (ruleTestInfo[ruleId].aceRules.length > 0) { - console.group(`+ ${testcase.testcaseTitle}: ${testcase.url}`); + console.group(`+ ${testcase.testcaseTitle}${testcase.approved ? "" : " [not approved]" }: ${testcase.url}`); if (ext === ".html" || ext === ".xhtml") { // Special handling for meta refresh if (testcase.testcaseId === "cbf6409b0df0b3b6437ab3409af341587b144969" @@ -58,7 +58,7 @@ import * as fs from "fs"; } } } else { - console.group(`? ${testcase.testcaseTitle}: ${testcase.url}`); + console.group(`? ${testcase.testcaseTitle}${testcase.approved ? "" : " [not approved]" }: ${testcase.url}`); } let { title, result, issuesFail, issuesPass, issuesReview, issuesAll } = await getResult(pupPage, testcase.testcaseId, ruleTestInfo[ruleId].aceRules, !(ext === ".html" || ext === ".htm")); earlResult["@graph"].push({