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 9, 2020
1 parent 67b6106 commit 49ce876
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ exports[`Dropdown should render 1`] = `
id="dropdown-field-label-test-dropdown"
title="input"
>
input
<SelectedItem>
input
</SelectedItem>
</span>
<ListBoxMenuIcon
isOpen={false}
Expand Down Expand Up @@ -290,7 +292,9 @@ exports[`Dropdown should render custom item components 1`] = `
id="dropdown-field-label-test-dropdown"
title="input"
>
input
<SelectedItem>
input
</SelectedItem>
</span>
<ListBoxMenuIcon
isOpen={true}
Expand Down Expand Up @@ -623,7 +627,9 @@ exports[`Dropdown should render with strings as items 1`] = `
id="dropdown-field-label-test-dropdown"
title="input"
>
input
<SelectedItem>
input
</SelectedItem>
</span>
<ListBoxMenuIcon
isOpen={true}
Expand Down

0 comments on commit 49ce876

Please sign in to comment.