testaro 14.9.2 → 14.9.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/testaro/hover.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "14.9.2",
3
+ "version": "14.9.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/testaro/hover.js CHANGED
@@ -406,7 +406,7 @@ exports.reporter = async (page, withItems, sampleSize = -1) => {
406
406
  Object.keys(data.items).forEach(issue => {
407
407
  data.items[issue].forEach(item => {
408
408
  standardInstances.push({
409
- ruleID: `hover-${issue}`,
409
+ ruleID: 'hover',
410
410
  what: what[issue],
411
411
  count: data.totals[issue],
412
412
  ordinalSeverity: severity[issue],