File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
packages/kit-headless/src/components/combobox Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -99,19 +99,6 @@ describe('Critical Functionality', () => {
99
99
cy . get ( 'button' ) . click ( ) . should ( 'have.attr' , 'aria-expanded' , 'true' ) ;
100
100
} ) ;
101
101
102
- it . only ( `GIVEN a Combobox component with a trigger
103
- WHEN a trigger is clicked, the listbox is open, and the first open clicked
104
- THEN the first option should be selected
105
- ` , ( ) => {
106
- cy . mount ( < StringCombobox /> ) ;
107
-
108
- cy . get ( 'button' ) . click ( ) ;
109
-
110
- cy . get ( 'li' ) . first ( ) . click ( ) ;
111
-
112
- cy . get ( 'li' ) . first ( ) . should ( 'have.attr' , 'aria-selected' ) ;
113
- } ) ;
114
-
115
102
it ( `GIVEN a Combobox component with an open listbox and trigger
116
103
WHEN the trigger is clicked,
117
104
THEN the listbox should close` , ( ) => {
You can’t perform that action at this time.
0 commit comments