Skip to content

Commit

Permalink
Updated snaps and added missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickseguraoddball committed Feb 19, 2024
1 parent a9de016 commit 9056462
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/components/ShareExport/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1653,6 +1653,11 @@ exports[`ShareExportModal > matches the snapshot 1`] = `
class="margin-y-0 font-body-md line-height-sans-4 text-pre-line"
>
Yes
<span
data-testid="other-entry"
>
- Lots of additional services
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -1702,6 +1707,13 @@ exports[`ShareExportModal > matches the snapshot 1`] = `
class="margin-y-0 font-body-md line-height-sans-4 text-pre-line"
>
Yes
<span
data-testid="other-entry"
>
- Are community partners involved?


</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -9049,6 +9061,11 @@ exports[`ShareExportModal > matches the snapshot 2`] = `
class="margin-y-0 font-body-md line-height-sans-4 text-pre-line"
>
Yes
<span
data-testid="other-entry"
>
- Lots of additional services
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -9098,6 +9115,13 @@ exports[`ShareExportModal > matches the snapshot 2`] = `
class="margin-y-0 font-body-md line-height-sans-4 text-pre-line"
>
Yes
<span
data-testid="other-entry"
>
- Are community partners involved?


</span>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions src/i18n/en-US/modelPlan/generalCharacteristics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ export const generalCharacteristics: TranslationGeneralCharacteristics = {
options: {
true: 'Yes',
false: 'No'
},
optionsRelatedInfo: {
true: 'additionalServicesInvolvedDescription'
}
},
additionalServicesInvolvedDescription: {
Expand Down Expand Up @@ -523,6 +526,9 @@ export const generalCharacteristics: TranslationGeneralCharacteristics = {
options: {
true: 'Yes',
false: 'No'
},
optionsRelatedInfo: {
true: 'communityPartnersInvolvedDescription'
}
},
communityPartnersInvolvedDescription: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,11 @@ exports[`Read Only Model Plan Summary -- General Characteristics > matches snaps
class="margin-y-0 font-body-md line-height-sans-4 text-pre-line"
>
Yes
<span
data-testid="other-entry"
>
- Lots of additional services
</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -825,6 +830,13 @@ exports[`Read Only Model Plan Summary -- General Characteristics > matches snaps
class="margin-y-0 font-body-md line-height-sans-4 text-pre-line"
>
Yes
<span
data-testid="other-entry"
>
- Are community partners involved?
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 9056462

Please sign in to comment.