testaro 32.0.1 → 32.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/run.js +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "32.0.1",
3
+ "version": "32.0.2",
4
4
  "description": "Run 960 web accessibility tests from 9 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/run.js CHANGED
@@ -857,11 +857,11 @@ const doActs = async (report, actIndex, page) => {
857
857
  true, true, report, actIndex, 'ERROR: Navigation illicitly redirected'
858
858
  );
859
859
  }
860
- // Otherwise, i.e. if the visit failed:
861
- else {
862
- // Report this and abort the job.
863
- actIndex = await addError(true, true, report, actIndex, 'ERROR: Visit failed');
864
- }
860
+ }
861
+ // Otherwise, i.e. if the visit failed:
862
+ else {
863
+ // Report this and abort the job.
864
+ actIndex = await addError(true, true, report, actIndex, 'ERROR: Visit failed');
865
865
  }
866
866
  }
867
867
  // Otherwise, if the act is a wait for text: