Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Apr 8, 2019
1 parent aa44320 commit 0488f63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 8 additions & 4 deletions src/components/Dropdown/__snapshots__/Dropdown-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ exports[`Dropdown should render 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex="0"
type="button"
>
<div
Expand All @@ -106,7 +107,7 @@ exports[`Dropdown should render 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={-1}
tabIndex="0"
type="button"
>
<span
Expand Down Expand Up @@ -258,6 +259,7 @@ exports[`Dropdown should render DropdownItem components 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex="0"
type="button"
>
<div
Expand All @@ -273,7 +275,7 @@ exports[`Dropdown should render DropdownItem components 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={-1}
tabIndex="0"
type="button"
>
<span
Expand Down Expand Up @@ -550,6 +552,7 @@ exports[`Dropdown should render custom item components 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex="0"
type="button"
>
<div
Expand All @@ -565,7 +568,7 @@ exports[`Dropdown should render custom item components 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={-1}
tabIndex="0"
type="button"
>
<span
Expand Down Expand Up @@ -874,6 +877,7 @@ exports[`Dropdown should render with strings as items 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex="0"
type="button"
>
<div
Expand All @@ -889,7 +893,7 @@ exports[`Dropdown should render with strings as items 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={-1}
tabIndex="0"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ exports[`MultiSelect.Filterable should render 1`] = `
className="bx--multi-select bx--combo-box"
disabled={false}
innerRef={[Function]}
innerTabIndex="-1"
type="default"
>
<div
className="bx--multi-select bx--combo-box bx--list-box"
innerTabIndex="-1"
onClick={[Function]}
onKeyDown={[Function]}
role="listbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ exports[`MultiSelect should render 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex="0"
type="button"
>
<div
Expand All @@ -109,7 +110,7 @@ exports[`MultiSelect should render 1`] = `
onClick={[Function]}
onKeyDown={[Function]}
role="button"
tabIndex={-1}
tabIndex="0"
type="button"
>
<span
Expand Down

0 comments on commit 0488f63

Please sign in to comment.