Jason Beggs 2 years ago
parent
commit
da9c032460
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/cypress/integration/plugins/ui/combobox.spec.js

+ 1 - 1
tests/cypress/integration/plugins/ui/combobox.spec.js

@@ -672,7 +672,7 @@ test('has accessibility attributes',
         get('button')
             .should(haveAttribute('aria-haspopup', 'true'))
             // @todo: decide if this is correct or if it should join the label and button IDs
-            .should(haveAttribute('aria-labelledby', 'alpine-combobox-label-1'))
+            .should(haveAttribute('aria-labelledby', 'alpine-combobox-label-1 alpine-combobox-button-1'))
             .should(haveAttribute('aria-expanded', 'false'))
             .should(notHaveAttribute('aria-controls'))
             .should(haveAttribute('id', 'alpine-combobox-button-1'))