testilo 11.0.2 → 11.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": "11.0.2",
3
+ "version": "11.0.3",
4
4
  "description": "Client that scores and digests Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  /*
2
- tic24
3
- Testilo issue classification 24
2
+ tic26
3
+ Testilo issue classification 26
4
4
 
5
5
  Classifies tests of Testaro and its dependent tools into issues.
6
6
 
@@ -5398,10 +5398,15 @@ exports.issues = {
5398
5398
  weight: 3,
5399
5399
  tools: {
5400
5400
  testaro: {
5401
- focOp: {
5401
+ 'focOp-focusable-inoperable': {
5402
5402
  variable: false,
5403
5403
  quality: 1,
5404
- what: 'Operable elements that cannot be Tab-focused and vice versa'
5404
+ what: 'Tab-focusable elements that are inoperable'
5405
+ },
5406
+ 'focOp-operable-nonfocusable': {
5407
+ variable: false,
5408
+ quality: 1,
5409
+ what: 'Operable elements that cannot be Tab-focused'
5405
5410
  }
5406
5411
  }
5407
5412
  }