testilo 20.0.2 → 20.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "20.0.2",
3
+ "version": "20.0.3",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2811,7 +2811,7 @@ exports.issues = {
2811
2811
  r21: {
2812
2812
  variable: false,
2813
2813
  quality: 1,
2814
- what: 'Element does not have a valid role'
2814
+ what: 'Element has no valid role'
2815
2815
  },
2816
2816
  r110: {
2817
2817
  variable: false,
@@ -4888,7 +4888,7 @@ exports.issues = {
4888
4888
  fieldset_legend_valid: {
4889
4889
  variable: false,
4890
4890
  quality: 1,
4891
- what: 'Element does not have a legend element'
4891
+ what: 'Element has no legend element'
4892
4892
  }
4893
4893
  },
4894
4894
  qualWeb: {