Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 13, 2020
1 parent 3700589 commit c5d5e35
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ exports[`Dropdown should render 1`] = `
id="dropdown-field-label-test-dropdown"
title="input"
>
<SelectedItem>
<ItemContent>
input
</SelectedItem>
</ItemContent>
</span>
<ListBoxMenuIcon
isOpen={false}
Expand Down Expand Up @@ -292,9 +292,9 @@ exports[`Dropdown should render custom item components 1`] = `
id="dropdown-field-label-test-dropdown"
title="input"
>
<SelectedItem>
<ItemContent>
input
</SelectedItem>
</ItemContent>
</span>
<ListBoxMenuIcon
isOpen={true}
Expand Down Expand Up @@ -627,9 +627,9 @@ exports[`Dropdown should render with strings as items 1`] = `
id="dropdown-field-label-test-dropdown"
title="input"
>
<SelectedItem>
<ItemContent>
input
</SelectedItem>
</ItemContent>
</span>
<ListBoxMenuIcon
isOpen={true}
Expand Down

0 comments on commit c5d5e35

Please sign in to comment.