testilo 42.2.4 → 42.2.5

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": "42.2.4",
3
+ "version": "42.2.5",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -4091,20 +4091,6 @@ exports.issues = {
4091
4091
  wcag: '4.1.2',
4092
4092
  weight: 4,
4093
4093
  tools: {
4094
- axe: {
4095
- 'aria-required-attr': {
4096
- variable: false,
4097
- quality: 1,
4098
- what: 'Required ARIA attribute is not provided'
4099
- }
4100
- },
4101
- ibm: {
4102
- aria_attribute_required: {
4103
- variable: false,
4104
- quality: 1,
4105
- what: 'Element does not have an ARIA attribute required by its role'
4106
- }
4107
- },
4108
4094
  nuVal: {
4109
4095
  '^Element image is missing required attribute (?:height|width).*$': {
4110
4096
  variable: true,
@@ -4131,13 +4117,6 @@ exports.issues = {
4131
4117
  quality: 1,
4132
4118
  what: 'Element is missing a required attribute'
4133
4119
  }
4134
- },
4135
- wax: {
4136
- 'Include required ARIA attributes for elements with ARIA roles.': {
4137
- variable: false,
4138
- quality: 1,
4139
- what: 'Element does not have an ARIA attribute required by the role of the element'
4140
- }
4141
4120
  }
4142
4121
  }
4143
4122
  },
@@ -4184,6 +4163,20 @@ exports.issues = {
4184
4163
  what: 'Element does not have all required states and properties'
4185
4164
  }
4186
4165
  },
4166
+ axe: {
4167
+ 'aria-required-attr': {
4168
+ variable: false,
4169
+ quality: 1,
4170
+ what: 'Required ARIA attribute is not provided'
4171
+ }
4172
+ },
4173
+ ibm: {
4174
+ aria_attribute_required: {
4175
+ variable: false,
4176
+ quality: 1,
4177
+ what: 'Element does not have an ARIA attribute required by its role'
4178
+ }
4179
+ },
4187
4180
  nuVal: {
4188
4181
  '^Element .+ is missing required attribute aria-.+$': {
4189
4182
  variable: true,
@@ -4197,6 +4190,13 @@ exports.issues = {
4197
4190
  quality: 1,
4198
4191
  what: 'Element with a role attribute does not have the required states and properties'
4199
4192
  }
4193
+ },
4194
+ wax: {
4195
+ 'Include required ARIA attributes for elements with ARIA roles.': {
4196
+ variable: false,
4197
+ quality: 1,
4198
+ what: 'Element does not have an ARIA attribute required by the role of the element'
4199
+ }
4200
4200
  }
4201
4201
  }
4202
4202
  },