Fix test
parent
32282a6dc7
commit
7f05e22d12
|
@ -4,7 +4,7 @@ exports[`Renders <NotFound> component 1`] = `
|
||||||
<div
|
<div
|
||||||
className="emoji-mart-no-results"
|
className="emoji-mart-no-results"
|
||||||
>
|
>
|
||||||
<button
|
<span
|
||||||
aria-label="🕵️, sleuth_or_spy"
|
aria-label="🕵️, sleuth_or_spy"
|
||||||
className="emoji-mart-emoji emoji-mart-emoji-native"
|
className="emoji-mart-emoji emoji-mart-emoji-native"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
@ -25,7 +25,7 @@ exports[`Renders <NotFound> component 1`] = `
|
||||||
>
|
>
|
||||||
🕵️
|
🕵️
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</span>
|
||||||
<div
|
<div
|
||||||
className="emoji-mart-no-results-label"
|
className="emoji-mart-no-results-label"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue