mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 16:14:18 -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
|
@ -1542,7 +1542,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"
|
||||
>
|
||||
|
@ -2360,7 +2360,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"
|
||||
>
|
||||
|
@ -2411,7 +2411,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"
|
||||
>
|
||||
|
@ -2530,7 +2530,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"
|
||||
>
|
||||
|
@ -2641,7 +2641,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