testilo 42.1.6 → 42.1.7

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.1.6",
3
+ "version": "42.1.7",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -569,20 +569,25 @@ exports.issues = {
569
569
  }
570
570
  },
571
571
  wax: {
572
- 'This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
572
+ 'Provide accessible names for ARIA input fields.': {
573
573
  variable: false,
574
574
  quality: 1,
575
- what: 'text input element has no accessible name'
575
+ what: 'Element with an input role has no accessible name'
576
576
  },
577
577
  'This emailinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
578
578
  variable: false,
579
579
  quality: 1,
580
580
  what: 'email input element has no accessible name'
581
581
  },
582
- 'Provide accessible names for ARIA input fields.': {
582
+ 'This searchinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
583
583
  variable: false,
584
584
  quality: 1,
585
- what: 'Element with an input role has no accessible name'
585
+ what: 'search input element has no accessible name'
586
+ },
587
+ 'This textinput element does not have a name available to an accessibility API. Valid names are: label element, title , aria-label , aria-labelledby , aria-description , aria-describedby .': {
588
+ variable: false,
589
+ quality: 1,
590
+ what: 'text input element has no accessible name'
586
591
  }
587
592
  }
588
593
  }
@@ -1976,6 +1981,11 @@ exports.issues = {
1976
1981
  }
1977
1982
  },
1978
1983
  wax: {
1984
+ '^This form control contains an aria-labelledby attribute, however it includes an ID "[^"]+" that does not exist on an element. The aria-labelledby attribute will be ignored for labelling test purposes\.$': {
1985
+ variable: true,
1986
+ quality: 1,
1987
+ what: 'aria-labelledby value is not the id of any element'
1988
+ },
1979
1989
  'This label\'s "for" attribute contains an ID that does not exist in the document fragment.': {
1980
1990
  variable: false,
1981
1991
  quality: 1,
@@ -4276,6 +4286,11 @@ exports.issues = {
4276
4286
  variable: false,
4277
4287
  quality: 1,
4278
4288
  what: 'Element has no valid ARIA role but has an aria-roledescription attribute'
4289
+ },
4290
+ 'Use only valid ARIA attributes that conform to specifications.': {
4291
+ variable: false,
4292
+ quality: 1,
4293
+ what: 'Element has an invalid ARIA attribute'
4279
4294
  }
4280
4295
  }
4281
4296
  }
@@ -7296,6 +7311,13 @@ exports.issues = {
7296
7311
  quality: 1,
7297
7312
  what: 'main landmark is not at the top level'
7298
7313
  }
7314
+ },
7315
+ wax: {
7316
+ 'Place the main landmark at the top level, not within another landmark.': {
7317
+ variable: false,
7318
+ quality: 1,
7319
+ what: 'main landmark is not at the top level'
7320
+ }
7299
7321
  }
7300
7322
  }
7301
7323
  },
@@ -7362,6 +7384,13 @@ exports.issues = {
7362
7384
  quality: 1,
7363
7385
  what: 'Page includes more than 1 visible main element'
7364
7386
  }
7387
+ },
7388
+ wax: {
7389
+ 'Include only one main landmark in the document.': {
7390
+ variable: false,
7391
+ quality: 1,
7392
+ what: 'Page includes more than 1 main element'
7393
+ }
7365
7394
  }
7366
7395
  }
7367
7396
  },