Jason Beggs hace 2 años
padre
commit
da9c032460
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')
         get('button')
             .should(haveAttribute('aria-haspopup', 'true'))
             .should(haveAttribute('aria-haspopup', 'true'))
             // @todo: decide if this is correct or if it should join the label and button IDs
             // @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(haveAttribute('aria-expanded', 'false'))
             .should(notHaveAttribute('aria-controls'))
             .should(notHaveAttribute('aria-controls'))
             .should(haveAttribute('id', 'alpine-combobox-button-1'))
             .should(haveAttribute('id', 'alpine-combobox-button-1'))