testilo 19.4.2 → 20.0.0

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": "19.4.2",
3
+ "version": "20.0.0",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -3585,12 +3585,12 @@ exports.issues = {
3585
3585
  summary: 'autocomplete missing',
3586
3586
  why: 'User cannot get help entering personal information in a form',
3587
3587
  wcag: '1.3.5',
3588
- weight: 1,
3588
+ weight: 4,
3589
3589
  tools: {
3590
3590
  testaro: {
3591
3591
  autocomplete: {
3592
3592
  variable: false,
3593
- quality: 1,
3593
+ quality: 0.5,
3594
3594
  what: 'Name or email input is missing its required autocomplete attribute'
3595
3595
  }
3596
3596
  }