Skip to content

Commit

Permalink
fix: update unit test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsuanchuang committed Jan 17, 2023
1 parent 2e7c6cb commit 80042ba
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/react-dropdown/src/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@ exports[`renders an open dropdown 1`] = `
>
<Value
className="emotion-3 emotion-0"
id="highlight-value-One"
>
<span
className="emotion-0 emotion-1 emotion-2"
id="highlight-value-One"
>
One
</span>
Expand Down Expand Up @@ -270,9 +272,11 @@ exports[`renders an open dropdown 1`] = `
>
<Value
className="emotion-3 emotion-0"
id="highlight-value-Two"
>
<span
className="emotion-0 emotion-1 emotion-2"
id="highlight-value-Two"
>
Two
</span>
Expand Down Expand Up @@ -641,9 +645,11 @@ exports[`renders an open dropdown with categories 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-One"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-One"
>
One
</span>
Expand Down Expand Up @@ -683,9 +689,11 @@ exports[`renders an open dropdown with categories 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-Two"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-Two"
>
Two
</span>
Expand Down Expand Up @@ -794,9 +802,11 @@ exports[`renders an open dropdown with categories 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-Three"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-Three"
>
Three
</span>
Expand Down Expand Up @@ -836,9 +846,11 @@ exports[`renders an open dropdown with categories 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-Four"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-Four"
>
Four
</span>
Expand Down Expand Up @@ -1222,9 +1234,11 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-One"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-One"
>
One
</span>
Expand Down Expand Up @@ -1264,9 +1278,11 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-Two"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-Two"
>
Two
</span>
Expand Down Expand Up @@ -1375,9 +1391,11 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-Three"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-Three"
>
Three
</span>
Expand Down Expand Up @@ -1417,9 +1435,11 @@ exports[`renders an open dropdown with categories and twoColumn 1`] = `
>
<Value
className="emotion-7 emotion-4"
id="highlight-value-Four"
>
<span
className="emotion-4 emotion-5 emotion-6"
id="highlight-value-Four"
>
Four
</span>
Expand Down Expand Up @@ -1617,9 +1637,11 @@ exports[`using arrow down should hover on element 1`] = `
>
<Value
className="emotion-3 emotion-0"
id="highlight-value-One"
>
<span
className="emotion-0 emotion-1 emotion-2"
id="highlight-value-One"
>
One
</span>
Expand Down Expand Up @@ -1659,9 +1681,11 @@ exports[`using arrow down should hover on element 1`] = `
>
<Value
className="emotion-3 emotion-0"
id="highlight-value-Two"
>
<span
className="emotion-0 emotion-1 emotion-2"
id="highlight-value-Two"
>
Two
</span>
Expand Down Expand Up @@ -1982,9 +2006,11 @@ exports[`using useFilter should only return items that match the input value 1`]
>
<Value
className="emotion-5 emotion-2"
id="highlight-value-Four"
>
<span
className="emotion-2 emotion-3 emotion-4"
id="highlight-value-Four"
>
<Text
as="span"
Expand Down Expand Up @@ -2034,9 +2060,11 @@ exports[`using useFilter should only return items that match the input value 1`]
>
<Value
className="emotion-5 emotion-2"
id="highlight-value-Five"
>
<span
className="emotion-2 emotion-3 emotion-4"
id="highlight-value-Five"
>
<Text
as="span"
Expand Down

0 comments on commit 80042ba

Please sign in to comment.