Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev committed Oct 24, 2024
1 parent af4839f commit ef662f8
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@ exports[`ContactForm > should render responsive 2`] = `
<div
aria-expanded="false"
aria-haspopup="listbox"
aria-owns="downshift-4-menu"
aria-owns="downshift-3-menu"
role="combobox"
>
<div>
<label
for="downshift-4-input"
id="downshift-4-label"
for="downshift-3-input"
id="downshift-3-label"
/>
<div
class="css-14zfvme"
Expand All @@ -327,12 +327,12 @@ exports[`ContactForm > should render responsive 2`] = `
>
<input
aria-autocomplete="list"
aria-controls="downshift-4-menu"
aria-labelledby="downshift-4-label"
aria-controls="downshift-3-menu"
aria-labelledby="downshift-3-label"
autocomplete="off"
class="no-ligatures w-full border-none !text-sm placeholder:text-theme-secondary-400 dark:placeholder:text-theme-secondary-700 sm:!text-base cursor-default css-1937ogs"
data-testid="SelectDropdown__input"
id="downshift-4-input"
id="downshift-3-input"
name="network"
placeholder="Enter a cryptoasset name"
type="text"
Expand Down Expand Up @@ -386,8 +386,8 @@ exports[`ContactForm > should render responsive 2`] = `
</div>
</div>
<div
aria-labelledby="downshift-4-label"
id="downshift-4-menu"
aria-labelledby="downshift-3-label"
id="downshift-3-menu"
role="listbox"
/>
</div>
Expand Down

0 comments on commit ef662f8

Please sign in to comment.