Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed Apr 30, 2024
1 parent 1c48c9f commit 7454f0d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<input
class="textbox__control"
id="s0-2-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<input
class="textbox__control"
id="s0-0-1-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value="2024-01-27"
value="2024/01/27"
/>
</span>
<span
Expand All @@ -19,8 +19,9 @@
<input
class="textbox__control"
id="s0-0-2-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value=""
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<input
class="textbox__control"
id="s0-0-2-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<input
class="textbox__control"
id="s0-2-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<input
class="textbox__control"
id="s0-2-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<input
class="textbox__control"
id="s0-2-textbox"
placeholder="YYYY-MM-DD"
placeholder="MM/DD/YYYY"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
id="s0-2-textbox"
placeholder="placeholder 2"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
id="s0-2-textbox"
placeholder="placeholder 2"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
id="s0-2-textbox"
placeholder="placeholder"
type="text"
value="2024-01-27"
value="01/27/2024"
/>
<button
aria-label="open calendar"
Expand Down

0 comments on commit 7454f0d

Please sign in to comment.