mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-13 10:44:19 -07:00
Fix broken EJScreen Link (#2191)
* Update to replace broken EPA link * Update tests for EPA link change
This commit is contained in:
parent
bf597b594b
commit
2d4d167976
3 changed files with 15 additions and 15 deletions
|
@ -563,7 +563,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.epa.gov/ejscreen/technical-documentation-ejscreen"
|
||||
href="https://www.epa.gov/ejscreen/download-ejscreen-data"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
@ -1381,7 +1381,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.epa.gov/ejscreen/technical-documentation-ejscreen"
|
||||
href="https://www.epa.gov/ejscreen/download-ejscreen-data"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
@ -1432,7 +1432,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.epa.gov/ejscreen/technical-documentation-ejscreen"
|
||||
href="https://www.epa.gov/ejscreen/download-ejscreen-data"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
@ -1551,7 +1551,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.epa.gov/ejscreen/technical-documentation-ejscreen"
|
||||
href="https://www.epa.gov/ejscreen/download-ejscreen-data"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
@ -1662,7 +1662,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
|||
<a
|
||||
class="usa-link usa-link--external"
|
||||
data-cy=""
|
||||
href="https://www.epa.gov/ejscreen/technical-documentation-ejscreen"
|
||||
href="https://www.epa.gov/ejscreen/download-ejscreen-data"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue