We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7323f81 commit e576df4Copy full SHA for e576df4
accessibility/scanner/index.js
@@ -104,7 +104,7 @@ async function processAccessibilityReport(url) {
104
console.log("TestID is",testId);
105
const payload = {
106
message: "GET_LATEST_SCAN_DATA",
107
- data: scanData.data, // Ensure scanData already follows the required structure
+ data: scanData.data,
108
axeVersion: scanData.axeVersion
109
};
110
const response = await fetch("http://localhost:43000/api/v1.0/cypress/generateAccessibilityReport", {
@@ -152,7 +152,4 @@ commandsToOverride.forEach((command) => {
152
});
153
154
155
-// AI:
156
-// mutliple it()
157
-// make error in set scan & get scan and ensure it doesnt break flow
158
-// virgin media repo run rishabh singh (hyperex)
+
0 commit comments