Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Aug 31, 2022
1 parent 6843b1f commit 9d0d47b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ exports[`Autocomplete markup have to match snapshot 1`] = `
value="CC cc"
>
<span
className="dnb-input dnb-input--null dnb-form-component dnb-autocomplete__input dnb-input--icon-position-null dnb-input--has-icon dnb-input--icon-size-icon_size dnb-input--has-submit-element dnb-input__status--error"
className="dnb-input dnb-form-component dnb-autocomplete__input dnb-input--icon-position-null dnb-input--has-icon dnb-input--icon-size-icon_size dnb-input--has-submit-element dnb-input__status--error"
data-has-content="true"
data-input-state="virgin"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ exports[`DatePicker component have to match snapshot 1`] = `
value="initval"
>
<span
className="dnb-input dnb-input--text dnb-form-component dnb-input--has-submit-element dnb-input__status--error"
className="dnb-input dnb-form-component dnb-input--text dnb-input--has-submit-element dnb-input__status--error"
data-has-content="false"
data-input-state="virgin"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ exports[`InputMasked component have to match type="text" snapshot 1`] = `
value="test"
>
<span
className="dnb-input dnb-input--text dnb-form-component dnb-input-masked"
className="dnb-input dnb-form-component dnb-input-masked dnb-input--text"
data-has-content="true"
data-input-state="virgin"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ exports[`Input component have to match type="search" snapshot 1`] = `
value="test"
>
<span
className="dnb-input dnb-input--search dnb-form-component dnb-input--has-submit-element"
className="dnb-input dnb-form-component dnb-input--search dnb-input--has-submit-element"
data-has-content="true"
data-input-state="virgin"
>
Expand Down Expand Up @@ -649,7 +649,7 @@ exports[`Input component have to match type="text" snapshot 1`] = `
value="test"
>
<span
className="dnb-input dnb-input--text dnb-form-component"
className="dnb-input dnb-form-component dnb-input--text"
data-has-content="true"
data-input-state="virgin"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ exports[`InputPassword component have to match snapshot 1`] = `
value="test"
>
<span
className="dnb-input dnb-input--password dnb-form-component dnb-input--password dnb-input--has-submit-element"
className="dnb-input dnb-form-component dnb-input--password dnb-input--password dnb-input--has-submit-element"
data-has-content="true"
data-input-state="virgin"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ exports[`Skeleton component have to match snapshot 1`] = `
value="initval"
>
<span
className="dnb-input dnb-input--text dnb-form-component"
className="dnb-input dnb-form-component dnb-input--text"
data-has-content="true"
data-input-state="virgin"
>
Expand Down

0 comments on commit 9d0d47b

Please sign in to comment.