rdlf commited on
Commit
463bee7
verified
1 Parent(s): 32f2c94

Update my_axe_test.py

Browse files
Files changed (1) hide show
  1. my_axe_test.py +1 -1
my_axe_test.py CHANGED
@@ -11,7 +11,7 @@ def test_url(url):
11
  # Run axe accessibility checks.
12
  results = axe.run()
13
  # Write results to file
14
- axe.write_results(results, 'a11y.json')
15
  driver.close()
16
  # Assert no violations are found
17
  #assert len(results["violations"]) == 0, axe.report(results["violations"])
 
11
  # Run axe accessibility checks.
12
  results = axe.run()
13
  # Write results to file
14
+ #axe.write_results(results, 'a11y.json')
15
  driver.close()
16
  # Assert no violations are found
17
  #assert len(results["violations"]) == 0, axe.report(results["violations"])