testilo 42.2.2 → 42.2.4

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.2",
3
+ "version": "42.2.4",
4
4
  "description": "Prepares Testaro jobs and processes Testaro reports",
5
5
  "main": "call.js",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- © 2024 CVS Health and/or one of its affiliates. All rights reserved.
2
+ © 2024–2025 CVS Health and/or one of its affiliates. All rights reserved.
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  of this software and associated documentation files (the "Software"), to deal
@@ -2732,9 +2732,24 @@ exports.issues = {
2732
2732
  }
2733
2733
  }
2734
2734
  },
2735
+ buttonNoContent: {
2736
+ summary: 'button name not visible',
2737
+ why: 'User cannot get help explaining a button',
2738
+ wcag: '4.1.2',
2739
+ weight: 1,
2740
+ tools: {
2741
+ aslint: {
2742
+ empty_button_description: {
2743
+ variable: false,
2744
+ quality: 1,
2745
+ what: 'button element has no visible accessible name'
2746
+ }
2747
+ }
2748
+ }
2749
+ },
2735
2750
  buttonNoText: {
2736
2751
  summary: 'button not named',
2737
- why: 'User cannot get help explaing a button',
2752
+ why: 'User cannot get help explaining a button',
2738
2753
  wcag: '4.1.2',
2739
2754
  weight: 4,
2740
2755
  tools: {
@@ -2745,13 +2760,6 @@ exports.issues = {
2745
2760
  what: 'button element has no accessible name'
2746
2761
  }
2747
2762
  },
2748
- aslint: {
2749
- empty_button_description: {
2750
- variable: false,
2751
- quality: 1,
2752
- what: 'button element has no visible accessible name'
2753
- }
2754
- },
2755
2763
  axe: {
2756
2764
  'aria-command-name': {
2757
2765
  variable: false,