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 d52afaf
Showing 1 changed file with 27 additions and 68 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 @@ -374,18 +374,9 @@ exports[`Dropdown should render custom item components 1`] = `
<div
className="bx--list-box__menu-item__option"
>
<itemToElement
id="id-0"
key="downshift-4-item-0"
label="Item 0"
value={0}
>
<div
className="mock-item"
>
Item 0
</div>
</itemToElement>
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand All @@ -408,18 +399,9 @@ exports[`Dropdown should render custom item components 1`] = `
<div
className="bx--list-box__menu-item__option"
>
<itemToElement
id="id-1"
key="downshift-4-item-1"
label="Item 1"
value={1}
>
<div
className="mock-item"
>
Item 1
</div>
</itemToElement>
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand All @@ -442,18 +424,9 @@ exports[`Dropdown should render custom item components 1`] = `
<div
className="bx--list-box__menu-item__option"
>
<itemToElement
id="id-2"
key="downshift-4-item-2"
label="Item 2"
value={2}
>
<div
className="mock-item"
>
Item 2
</div>
</itemToElement>
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand All @@ -476,18 +449,9 @@ exports[`Dropdown should render custom item components 1`] = `
<div
className="bx--list-box__menu-item__option"
>
<itemToElement
id="id-3"
key="downshift-4-item-3"
label="Item 3"
value={3}
>
<div
className="mock-item"
>
Item 3
</div>
</itemToElement>
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand All @@ -510,18 +474,9 @@ exports[`Dropdown should render custom item components 1`] = `
<div
className="bx--list-box__menu-item__option"
>
<itemToElement
id="id-4"
key="downshift-4-item-4"
label="Item 4"
value={4}
>
<div
className="mock-item"
>
Item 4
</div>
</itemToElement>
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand Down Expand Up @@ -627,9 +582,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 Expand Up @@ -711,7 +666,9 @@ exports[`Dropdown should render with strings as items 1`] = `
<div
className="bx--list-box__menu-item__option"
>
zar
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand All @@ -736,7 +693,9 @@ exports[`Dropdown should render with strings as items 1`] = `
<div
className="bx--list-box__menu-item__option"
>
doz
<ItemContent>
input
</ItemContent>
</div>
</div>
</ListBoxMenuItem>
Expand Down

0 comments on commit d52afaf

Please sign in to comment.