Skip to content

Commit

Permalink
fix: updated CreditCardCVCField snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
darkoatanasovski committed Jan 31, 2023
1 parent a68f8d4 commit dc7a1f6
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Vitest Snapshot v1

exports[`<CreditCardCVCField> > renders and matches snapshot 1`] = `
<div>
<div
class="_textField_e16c1b directPostSecurityCode"
>
<label
class="_label_e16c1b"
for="text-field_1235_cardCVC"
>
CVC / CVV
</label>
<div
class="_container_e16c1b"
>
<input
aria-label="Security code"
class="_input_e16c1b"
id="text-field_1235_cardCVC"
name="cardCVC"
pattern="\\\\d*"
placeholder="###"
required=""
type="text"
value=""
/>
</div>
</div>
</div>
`;

0 comments on commit dc7a1f6

Please sign in to comment.