File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
bit-components/design/ui/dropdown Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 47
47
"ui/dropdown": {
48
48
"name": "ui/dropdown",
49
49
"scope": "automations.design",
50
- "version": "1.1.0 ",
50
+ "version": "a9a11ea86b76825498570a8a9629d15207dc4585 ",
51
51
"mainFile": "index.ts",
52
52
"rootDir": "bit-components/design/ui/dropdown"
53
53
},
58
58
"mainFile": "index.ts",
59
59
"rootDir": "bit-components/design/ui/input"
60
60
},
61
- "$schema-version": "17.0.0"
61
+ "$schema-version": "17.0.0",
62
+ "_bit_lane": {
63
+ "id": {
64
+ "name": "revert-test-skip",
65
+ "scope": "automations.design"
66
+ },
67
+ "exported": true
68
+ }
62
69
}
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ describe('Dropdown', () => {
58
58
expect ( screen . queryByText ( 'Option 1' ) ) . toBeNull ( ) ;
59
59
} ) ;
60
60
61
- it . skip ( 'should handle keyboard navigation' , ( ) => {
61
+ it ( 'should handle keyboard navigation' , ( ) => {
62
62
render ( < BasicDropdown /> ) ;
63
63
const trigger = screen . getByRole ( 'button' ) ;
64
64
You can’t perform that action at this time.
0 commit comments