File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ function oldprocessAccessibilityReport(win){
246246 let wcagCriteriaValue = Cypress . env ( "WCAG_CRITERIA" ) || "wcag21a" ;
247247 let bestPracticeValue = Cypress . env ( "BEST_PRACTICE" ) || false ;
248248 let needsReviewValue = Cypress . env ( "NEEDS_REVIEW" ) || true ;
249- let captureScreenshotEnabled = Cypress . env ( "CAPTURE_SCREENSHOT_ENABLED" ) || true ;
250249 bestPracticeValue = bestPracticeValue == "true" ? true : false ;
251250 needsReviewValue = needsReviewValue == "true" ? true : false ;
252251 captureScreenshotEnabled = captureScreenshotEnabled == "true" ? true : false ;
@@ -255,7 +254,6 @@ function oldprocessAccessibilityReport(win){
255254 wcagCriteria : wcagCriteriaValue ,
256255 bestPractice : bestPracticeValue ,
257256 needsReview : needsReviewValue ,
258- captureScreenshotEnabled : captureScreenshotEnabled
259257 }
260258
261259 console . log ( 'log' , "payload to send " + payloadToSend ) ;
You can’t perform that action at this time.
0 commit comments