Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Nov 1, 2023
1 parent e158b69 commit 83504d3
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions src/components/__tests__/__snapshots__/FieldDetails.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ exports[`FieldDetailsComponent renders correctly 1`] = `
</span>
<span
class="sc-kpDqfm sc-eldPxv cGRfjn ehWiAn"
class="sc-kpDqfm sc-eldPxv cGRfjn ehWiAn field-example"
>
"example"
</span>
Expand All @@ -73,7 +73,9 @@ exports[`FieldDetailsComponent renders correctly 1`] = `
`;

exports[`FieldDetailsComponent renders correctly when default value is object in request body 1`] = `
<div>
<div
class="field-details"
>
<div>
<span
class="sc-kpDqfm sc-dAlyuH cGRfjn gHomYR"
Expand All @@ -88,7 +90,9 @@ exports[`FieldDetailsComponent renders correctly when default value is object in
>
(test title)
</span>
<span>
<span
class="field-constraints"
>
<span
class="sc-kpDqfm sc-gFqAkR cGRfjn fYEICH"
Expand All @@ -105,7 +109,7 @@ exports[`FieldDetailsComponent renders correctly when default value is object in
</span>
<span
class="sc-kpDqfm sc-eldPxv cGRfjn ehWiAn"
class="sc-kpDqfm sc-eldPxv cGRfjn ehWiAn field-example"
>
{"properties":{}}
</span>
Expand Down Expand Up @@ -139,7 +143,9 @@ exports[`FieldDetailsComponent renders correctly when default value is object in
`;

exports[`FieldDetailsComponent renders correctly when field items have string type and pattern 1`] = `
<div>
<div
class="field-details"
>
<div>
<span
class="sc-kpDqfm sc-dAlyuH cGRfjn gHomYR"
Expand All @@ -154,7 +160,9 @@ exports[`FieldDetailsComponent renders correctly when field items have string ty
>
(test title)
</span>
<span>
<span
class="field-constraints"
>
<span
class="sc-kpDqfm sc-gFqAkR cGRfjn fYEICH"
Expand All @@ -167,7 +175,7 @@ exports[`FieldDetailsComponent renders correctly when field items have string ty
>
[
<span
class="sc-kpDqfm sc-eDPEul cGRfjn erJHow"
class="sc-kpDqfm sc-eDPEul cGRfjn erJHow field-pattern"
>
^see regex[0-9]$
</span>
Expand All @@ -183,7 +191,7 @@ exports[`FieldDetailsComponent renders correctly when field items have string ty
</span>
<span
class="sc-kpDqfm sc-eldPxv cGRfjn ehWiAn"
class="sc-kpDqfm sc-eldPxv cGRfjn ehWiAn field-example"
>
"example"
</span>
Expand Down

0 comments on commit 83504d3

Please sign in to comment.