Skip to content

Commit e576df4

Browse files
remove comment
1 parent 7323f81 commit e576df4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

accessibility/scanner/index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function processAccessibilityReport(url) {
104104
console.log("TestID is",testId);
105105
const payload = {
106106
message: "GET_LATEST_SCAN_DATA",
107-
data: scanData.data, // Ensure scanData already follows the required structure
107+
data: scanData.data,
108108
axeVersion: scanData.axeVersion
109109
};
110110
const response = await fetch("http://localhost:43000/api/v1.0/cypress/generateAccessibilityReport", {
@@ -152,7 +152,4 @@ commandsToOverride.forEach((command) => {
152152
});
153153
});
154154

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)
155+

0 commit comments

Comments
 (0)