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'))