Skip to content

Commit

Permalink
export Dropdown interactor (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Mar 3, 2021
1 parent 34ecc30 commit d0dac46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for stripes-testing

## 3.0.0 (IN PROGRESS)

* Remove NightmareJS
* Export dropdown interactor

## [2.0.1](https://github.com/folio-org/stripes-testing/tree/v2.0.1) (2020-06-10)
[Full Changelog](https://github.com/folio-org/stripes-testing/compare/v2.0.0...v2.0.1)

Expand Down
1 change: 1 addition & 0 deletions interactors/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { default as Accordion } from './accordion';
export { default as Button } from './button';
export { default as Checkbox } from './checkbox';
export { default as Datepicker, Calendar } from './datepicker';
export { default as Dropdown } from './dropdown';
export { default as IconButton } from './icon-button';
export { default as KeyValue } from './key-value';
export { default as Keyboard } from './keyboard';
Expand Down

0 comments on commit d0dac46

Please sign in to comment.