Skip to content

Commit

Permalink
2751 the resource cards updated with the latest coding instructions (#…
Browse files Browse the repository at this point in the history
…2819)

* updated the link for ACF-199

* updated the test

* linting
  • Loading branch information
raftmsohani authored Jan 31, 2024
1 parent 92b0a69 commit 434d603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function ResourceCards() {
buttonId="viewACFFormInstructions"
title="ACF-199 and ACF-209 Instructions"
body="Instructions and definitions for completion of forms ACF-199 (TANF Data Report) and ACF-209 (SSP-MOE Data Report)."
link="https://www.acf.hhs.gov/sites/default/files/documents/ofa/tanf_data_reports_tan_ssp_instructions_definitions.pdf"
link="https://www.acf.hhs.gov/ofa/policy-guidance/acf-ofa-pi-23-04"
linkText="View ACF Form Instructions"
/>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ describe('ResourceCards', () => {
it('redirects to ACF Form Instructions when View ACF Form Instructions clicked', () => {
const store = mockStore(initialState)

const url =
'https://www.acf.hhs.gov/sites/default/files/documents/ofa/tanf_data_reports_tan_ssp_instructions_definitions.pdf'
const url = 'https://www.acf.hhs.gov/ofa/policy-guidance/acf-ofa-pi-23-04'

const wrapper = mount(
<Provider store={store}>
Expand Down

0 comments on commit 434d603

Please sign in to comment.