Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbackdan committed Sep 25, 2024
1 parent 64646d2 commit b30da22
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`InputField > snapshots > should match snapshot IF errors are present 1`
<div>
<label
class="cwa-block cwa-text-sm cwa-font-medium cwa-leading-6 cwa-text-neutral-300"
for="5a79934212ac9d6514f7c998f8d1558bbf75a92d"
for="v-0"
>
Login
</label>
Expand All @@ -14,7 +14,7 @@ exports[`InputField > snapshots > should match snapshot IF errors are present 1`
<input
autocomplete="login"
class="cwa-block cwa-w-full cwa-border-0 cwa-py-1.5 cwa-text-neutral-900 cwa-shadow-sm cwa-ring-1 cwa-ring-inset cwa-ring-neutral-300 placeholder:cwa-text-neutral-400 focus:cwa-ring-2 focus:cwa-ring-inset focus:cwa-ring-neutral-600 sm:cwa-text-sm sm:cwa-leading-6"
id="5a79934212ac9d6514f7c998f8d1558bbf75a92d"
id="v-0"
name="login"
type="text"
value=""
Expand All @@ -41,7 +41,7 @@ exports[`InputField > snapshots > should match snapshot IF input is marked as re
<div>
<label
class="cwa-block cwa-text-sm cwa-font-medium cwa-leading-6 cwa-text-neutral-300"
for="c3a335b771d649e59f7bd414f8737a391ff5e271"
for="v-0"
>
Login
</label>
Expand All @@ -51,7 +51,7 @@ exports[`InputField > snapshots > should match snapshot IF input is marked as re
<input
autocomplete="login"
class="cwa-block cwa-w-full cwa-border-0 cwa-py-1.5 cwa-text-neutral-900 cwa-shadow-sm cwa-ring-1 cwa-ring-inset cwa-ring-neutral-300 placeholder:cwa-text-neutral-400 focus:cwa-ring-2 focus:cwa-ring-inset focus:cwa-ring-neutral-600 sm:cwa-text-sm sm:cwa-leading-6"
id="c3a335b771d649e59f7bd414f8737a391ff5e271"
id="v-0"
name="login"
required=""
type="text"
Expand All @@ -66,7 +66,7 @@ exports[`InputField > snapshots > should match snapshot IF input is of type pass
<div>
<label
class="cwa-block cwa-text-sm cwa-font-medium cwa-leading-6 cwa-text-neutral-300"
for="ac3cdb342f7d015da525e6e7c8e81ce0d7bbf3b3"
for="v-0"
>
Password
</label>
Expand All @@ -76,7 +76,7 @@ exports[`InputField > snapshots > should match snapshot IF input is of type pass
<input
autocomplete="password"
class="cwa-block cwa-w-full cwa-border-0 cwa-py-1.5 cwa-text-neutral-900 cwa-shadow-sm cwa-ring-1 cwa-ring-inset cwa-ring-neutral-300 placeholder:cwa-text-neutral-400 focus:cwa-ring-2 focus:cwa-ring-inset focus:cwa-ring-neutral-600 sm:cwa-text-sm sm:cwa-leading-6"
id="ac3cdb342f7d015da525e6e7c8e81ce0d7bbf3b3"
id="v-0"
name="password"
type="password"
value=""
Expand All @@ -90,7 +90,7 @@ exports[`InputField > snapshots > should match snapshot with passed content 1`]
<div>
<label
class="cwa-block cwa-text-sm cwa-font-medium cwa-leading-6 cwa-text-neutral-300"
for="009628b43238338220f2c2af55217d73c7163999"
for="v-0"
>
Login
</label>
Expand All @@ -100,7 +100,7 @@ exports[`InputField > snapshots > should match snapshot with passed content 1`]
<input
autocomplete="login"
class="cwa-block cwa-w-full cwa-border-0 cwa-py-1.5 cwa-text-neutral-900 cwa-shadow-sm cwa-ring-1 cwa-ring-inset cwa-ring-neutral-300 placeholder:cwa-text-neutral-400 focus:cwa-ring-2 focus:cwa-ring-inset focus:cwa-ring-neutral-600 sm:cwa-text-sm sm:cwa-leading-6"
id="009628b43238338220f2c2af55217d73c7163999"
id="v-0"
name="login"
type="text"
value=""
Expand Down

0 comments on commit b30da22

Please sign in to comment.