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 +1 -1
- package/procs/score/tic26.js +9 -4
package/package.json
CHANGED
package/procs/score/tic26.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
|
|
3
|
-
Testilo issue classification
|
|
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: '
|
|
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
|
}
|