testaro 12.2.1 → 12.2.3

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "12.2.1",
3
+ "version": "12.2.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/run.js CHANGED
@@ -55,7 +55,7 @@ const tests = {
55
55
  miniText: 'text smaller than 11 pixels',
56
56
  motion: 'motion',
57
57
  nonTable: 'table elements used for layout',
58
- nuVal: 'failures to pass the Nu Html Checker',
58
+ nuVal: 'Nu Html Checker',
59
59
  qualWeb: 'QualWeb',
60
60
  radioSet: 'fieldset grouping of radio buttons',
61
61
  role: 'roles',
@@ -83,14 +83,16 @@ const tenonData = {
83
83
  };
84
84
  // Keywords in log messages indicating errors.
85
85
  const errorWords = [
86
+ 'but not used',
86
87
  'content security policy',
87
88
  'deprecated',
88
89
  'error',
90
+ 'exception',
89
91
  'expected',
90
92
  'failed',
91
93
  'invalid',
92
94
  'missing',
93
- 'but not used',
95
+ 'non-standard',
94
96
  'refused',
95
97
  'requires',
96
98
  'suspicious',