aria-ease 6.4.7 → 6.4.10

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.
@@ -49,6 +49,7 @@
49
49
  "target": "input",
50
50
  "assertion": "toHaveAttribute",
51
51
  "attribute": "aria-controls",
52
+ "expectedValue": "!empty",
52
53
  "failureMessage": "Combobox input doesn't conform to the ARIA Combobox pattern. Input should have 'aria-controls' attribute that points to the id of the listbox it controls."
53
54
  },
54
55
  {