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 24c3618 commit 2278264Copy full SHA for 2278264
accessibility/scanner/index.js
@@ -96,7 +96,6 @@ cy.window().then((win) => {
96
let testId = Cypress.env("TEST_ID") || ""
97
98
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
99
- console.log('payload to send',payloadToSend);
100
cy.wrap(setScanConfig(win, payloadToSend), {timeout: 30000}).then((res) => {
101
console.log('logging config reponse', res);
102
0 commit comments