Skip to content

Commit

Permalink
update combobox snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Chance Strickland committed Mar 10, 2020
1 parent 792ae31 commit 983acb6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/combobox/__tests__/__snapshots__/combobox.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@ exports[`<Combobox /> should match the snapshot: after text input 1`] = `
Clientside Search
</h2>
<div
aria-expanded="true"
aria-haspopup="listbox"
aria-owns="listbox--holy-smokes"
data-reach-combobox=""
id="holy-smokes"
role="combobox"
>
<input
aria-autocomplete="both"
aria-controls="listbox--holy-smokes"
aria-expanded="true"
aria-haspopup="listbox"
aria-label="cool search"
data-reach-combobox-input=""
data-testid="input"
name="awesome"
role="combobox"
value="e"
/>
<div
Expand Down Expand Up @@ -380,20 +379,19 @@ exports[`<Combobox /> should match the snapshot: before text input 1`] = `
Clientside Search
</h2>
<div
aria-expanded="false"
aria-haspopup="listbox"
aria-owns="listbox--holy-smokes"
data-reach-combobox=""
id="holy-smokes"
role="combobox"
>
<input
aria-autocomplete="both"
aria-controls="listbox--holy-smokes"
aria-expanded="false"
aria-haspopup="listbox"
aria-label="cool search"
data-reach-combobox-input=""
data-testid="input"
name="awesome"
role="combobox"
value=""
/>
<span>
Expand Down

0 comments on commit 983acb6

Please sign in to comment.