Skip to content

Commit

Permalink
refactor: updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Nov 30, 2023
1 parent 6ceaa88 commit c2a349c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Array [
>
<div
className="pgn__modal-backdrop"
data-testid="modal-backdrop"
onClick={[MockFunction]}
onKeyDown={[MockFunction]}
/>
Expand Down Expand Up @@ -131,6 +132,7 @@ Array [
</div>
<div
className="form-group"
data-testid="validation-form-group"
>
<label
className="d-block"
Expand Down Expand Up @@ -234,6 +236,7 @@ Array [
>
<div
className="pgn__modal-backdrop"
data-testid="modal-backdrop"
onClick={[MockFunction]}
onKeyDown={[MockFunction]}
/>
Expand Down Expand Up @@ -297,6 +300,7 @@ Array [
</div>
<div
className="form-group"
data-testid="validation-form-group"
>
<label
className="d-block"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Array [
>
<div
className="pgn__modal-backdrop"
data-testid="modal-backdrop"
onClick={[MockFunction]}
onKeyDown={[MockFunction]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ exports[`DemographicsSection should render 1`] = `
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down Expand Up @@ -671,6 +672,7 @@ exports[`DemographicsSection should render an Alert if an error occurs 1`] = `
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down Expand Up @@ -1329,6 +1331,7 @@ exports[`DemographicsSection should render an Alert when demographicsOptions pro
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down Expand Up @@ -1400,6 +1403,7 @@ exports[`DemographicsSection should render ethnicity correctly when multiple opt
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down Expand Up @@ -2039,6 +2043,7 @@ exports[`DemographicsSection should render ethnicity text correctly 1`] = `
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down Expand Up @@ -2678,6 +2683,7 @@ exports[`DemographicsSection should set user input correctly when user provides
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down Expand Up @@ -3324,6 +3330,7 @@ exports[`DemographicsSection should set user input correctly when user provides
>
<span
className="pgn__icon"
data-testid="hyperlink-icon"
style={
Object {
"height": "1em",
Expand Down

0 comments on commit c2a349c

Please sign in to comment.