Jason Beggs преди 2 години
родител
ревизия
da9c032460
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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'))