Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 3, 2021
1 parent ead8636 commit 55750fd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ exports[`Dropdown should render custom item components 1`] = `
role="listbox"
tabIndex={-1}
>
<ListBoxMenuItem
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-6-item-0"
isActive={false}
Expand Down Expand Up @@ -328,8 +328,8 @@ exports[`Dropdown should render custom item components 1`] = `
</itemToElement>
</div>
</div>
</ListBoxMenuItem>
<ListBoxMenuItem
</ForwardRef(ListBoxMenuItem)>
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-6-item-1"
isActive={false}
Expand Down Expand Up @@ -364,8 +364,8 @@ exports[`Dropdown should render custom item components 1`] = `
</itemToElement>
</div>
</div>
</ListBoxMenuItem>
<ListBoxMenuItem
</ForwardRef(ListBoxMenuItem)>
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-6-item-2"
isActive={false}
Expand Down Expand Up @@ -400,8 +400,8 @@ exports[`Dropdown should render custom item components 1`] = `
</itemToElement>
</div>
</div>
</ListBoxMenuItem>
<ListBoxMenuItem
</ForwardRef(ListBoxMenuItem)>
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-6-item-3"
isActive={false}
Expand Down Expand Up @@ -436,8 +436,8 @@ exports[`Dropdown should render custom item components 1`] = `
</itemToElement>
</div>
</div>
</ListBoxMenuItem>
<ListBoxMenuItem
</ForwardRef(ListBoxMenuItem)>
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-6-item-4"
isActive={false}
Expand Down Expand Up @@ -472,7 +472,7 @@ exports[`Dropdown should render custom item components 1`] = `
</itemToElement>
</div>
</div>
</ListBoxMenuItem>
</ForwardRef(ListBoxMenuItem)>
</div>
</ListBoxMenu>
</div>
Expand Down Expand Up @@ -601,7 +601,7 @@ exports[`Dropdown should render with strings as items 1`] = `
role="listbox"
tabIndex={-1}
>
<ListBoxMenuItem
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-4-item-0"
isActive={false}
Expand All @@ -625,8 +625,8 @@ exports[`Dropdown should render with strings as items 1`] = `
zar
</div>
</div>
</ListBoxMenuItem>
<ListBoxMenuItem
</ForwardRef(ListBoxMenuItem)>
<ForwardRef(ListBoxMenuItem)
aria-selected="false"
id="downshift-4-item-1"
isActive={false}
Expand All @@ -650,7 +650,7 @@ exports[`Dropdown should render with strings as items 1`] = `
doz
</div>
</div>
</ListBoxMenuItem>
</ForwardRef(ListBoxMenuItem)>
</div>
</ListBoxMenu>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`ListBoxMenu should render 1`] = `
id="test-listbox"
role="listbox"
>
<ListBoxMenuItem
<ForwardRef(ListBoxMenuItem)
isActive={false}
isHighlighted={false}
>
Expand All @@ -22,7 +22,7 @@ exports[`ListBoxMenu should render 1`] = `
Hello
</div>
</div>
</ListBoxMenuItem>
</ForwardRef(ListBoxMenuItem)>
</div>
</ListBoxMenu>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ListBoxMenuItem should render 1`] = `
<ListBoxMenuItem
<ForwardRef(ListBoxMenuItem)
isActive={false}
isHighlighted={false}
>
Expand All @@ -16,11 +16,11 @@ exports[`ListBoxMenuItem should render 1`] = `
</span>
</div>
</div>
</ListBoxMenuItem>
</ForwardRef(ListBoxMenuItem)>
`;

exports[`ListBoxMenuItem should render 2`] = `
<ListBoxMenuItem
<ForwardRef(ListBoxMenuItem)
isActive={true}
isHighlighted={false}
>
Expand All @@ -35,11 +35,11 @@ exports[`ListBoxMenuItem should render 2`] = `
</span>
</div>
</div>
</ListBoxMenuItem>
</ForwardRef(ListBoxMenuItem)>
`;

exports[`ListBoxMenuItem should render 3`] = `
<ListBoxMenuItem
<ForwardRef(ListBoxMenuItem)
isActive={false}
isHighlighted={true}
>
Expand All @@ -54,5 +54,5 @@ exports[`ListBoxMenuItem should render 3`] = `
</span>
</div>
</div>
</ListBoxMenuItem>
</ForwardRef(ListBoxMenuItem)>
`;

0 comments on commit 55750fd

Please sign in to comment.