Skip to content

Commit 41a9621

Browse files
update snapshots
1 parent b01fca1 commit 41a9621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: __tests__/components/viewers/__snapshots__/nearby-view.js.snap

+4
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ exports[`components > viewers > nearby view renders nothing on a blank page 1`]
239239
onKeyDown={[Function]}
240240
placeholder="components.NearbyView.searchNearby"
241241
role="combobox"
242+
spellCheck={false}
242243
value=""
243244
>
244245
<input
@@ -257,6 +258,7 @@ exports[`components > viewers > nearby view renders nothing on a blank page 1`]
257258
onKeyDown={[Function]}
258259
placeholder="components.NearbyView.searchNearby"
259260
role="combobox"
261+
spellCheck={false}
260262
value=""
261263
/>
262264
</styled__Input>
@@ -4517,6 +4519,7 @@ exports[`components > viewers > nearby view renders proper scooter dates 1`] = `
45174519
onKeyDown={[Function]}
45184520
placeholder="components.NearbyView.searchNearby"
45194521
role="combobox"
4522+
spellCheck={false}
45204523
value=""
45214524
>
45224525
<input
@@ -4535,6 +4538,7 @@ exports[`components > viewers > nearby view renders proper scooter dates 1`] = `
45354538
onKeyDown={[Function]}
45364539
placeholder="components.NearbyView.searchNearby"
45374540
role="combobox"
4541+
spellCheck={false}
45384542
value=""
45394543
/>
45404544
</styled__Input>

0 commit comments

Comments
 (0)