Skip to content

Commit

Permalink
Fixes liferay#1172 - Init a new instance of the component with expand…
Browse files Browse the repository at this point in the history
…ed true in the tests
  • Loading branch information
matuzalemsteles committed Sep 19, 2018
1 parent dfbfeaf commit 9a18992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-dropdown/src/__tests__/ClayDropdownBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ describe('ClayDropdownBase', function() {

it('should close dropdown on document click', () => {
clayDropdownBase = new ClayDropdownBase({
expanded: true,
items: [
{
href: 'item1url',
Expand Down

0 comments on commit 9a18992

Please sign in to comment.