mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-22 13:51:40 -07:00
Update client test snapshots (#8)
We've had a bunch of changes to the client UI without CI running, and those changes hove broken snapshot tests. Since the changes all seem reasonable, this just updates the snapshots to allow the tests to pass.
This commit is contained in:
parent
94d682987b
commit
169b86f273
12 changed files with 32 additions and 3066 deletions
|
@ -49,25 +49,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="desktop:grid-col-4"
|
class="desktop:grid-col-4"
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
/>
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Share data sources with CEQ
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="grid-row"
|
class="grid-row"
|
||||||
|
|
|
@ -16,104 +16,6 @@ exports[`J40Footer renders correctly 1`] = `
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -132,7 +34,7 @@ exports[`J40Footer renders correctly 1`] = `
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -152,60 +54,6 @@ exports[`J40Footer renders correctly 1`] = `
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the J40Header checks if component renders 1`] = `
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the J40Header checks if component renders 1`] = `
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
|
|
@ -13,7 +13,7 @@ exports[`rendering of the UpdateBanner renders large version before cutoff date
|
||||||
<h1
|
<h1
|
||||||
class="usa-alert__heading"
|
class="usa-alert__heading"
|
||||||
>
|
>
|
||||||
Version 2.0 of the tool is now available
|
This is an unofficial copy of the CEJST Tool. We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government
|
||||||
</h1>
|
</h1>
|
||||||
<p
|
<p
|
||||||
class="usa-alert__text"
|
class="usa-alert__text"
|
||||||
|
@ -31,9 +31,9 @@ exports[`rendering of the UpdateBanner renders small version at cutoff date 1`]
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
"description": "Navigate to the About page. This is the paragraph 1"
|
"description": "Navigate to the About page. This is the paragraph 1"
|
||||||
},
|
},
|
||||||
"about.page.paragraph.2": {
|
"about.page.paragraph.2": {
|
||||||
"defaultMessage": "CEQ will update the tool, after reviewing public feedback, research, and the availability of new data. The current version of the tool is version {version}.",
|
"defaultMessage": "The current version of the tool is version {version}.",
|
||||||
"description": "Navigate to the About page. This is the paragraph 4"
|
"description": "Navigate to the About page. This is the paragraph 4"
|
||||||
},
|
},
|
||||||
"about.page.send.feedback.email.link": {
|
"about.page.send.feedback.email.link": {
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -416,23 +231,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
>
|
>
|
||||||
About
|
About
|
||||||
</h1>
|
</h1>
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Share data sources with CEQ
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</section>
|
</section>
|
||||||
<div
|
<div
|
||||||
class="grid-row grid-gap j40-mb5-mt3"
|
class="grid-row grid-gap j40-mb5-mt3"
|
||||||
|
@ -448,8 +246,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
CEQ will update the tool, after reviewing public feedback,
|
The current version of the
|
||||||
research, and the availability of new data. The current version of the
|
|
||||||
tool is version 2.0.
|
tool is version 2.0.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
@ -507,192 +304,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<h2>
|
|
||||||
Get involved
|
|
||||||
</h2>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg j40-aboutcard-container "
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-gap-lg tablet:grid-col"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row j40-aboutcard-sm-card"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="tablet:grid-col-2 j40-aboutpage-image-container"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Send feedback"
|
|
||||||
class="j40-aboutcard-image"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="tablet:grid-col-9"
|
|
||||||
data-cy="send-feedback-block"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<h3>
|
|
||||||
Send feedback
|
|
||||||
</h3>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
Have ideas for the tool? Contact the Council on Environmental Quality’s (CEQ).
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<div
|
|
||||||
class="j40-aboutcard-sm-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="mailto:Screeningtool-Support@omb.eop.gov"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
|
|
||||||
Contact
|
|
||||||
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-1"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-gap-lg tablet:grid-col"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row j40-aboutcard-sm-card"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="tablet:grid-col-2 j40-aboutpage-image-container"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Join the open source community"
|
|
||||||
class="j40-aboutcard-image"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="tablet:grid-col-9"
|
|
||||||
data-cy="join-the-open-source-community-block"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<h3>
|
|
||||||
Join the open source community
|
|
||||||
</h3>
|
|
||||||
<p>
|
|
||||||
|
|
||||||
The tool’s code is open source, which means it is available for the public to view and contribute to it.
|
|
||||||
|
|
||||||
</p>
|
|
||||||
<div
|
|
||||||
class="j40-aboutcard-sm-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Check it out on GitHub
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<span
|
|
||||||
class="usa-tag "
|
|
||||||
data-testid="tag"
|
|
||||||
>
|
|
||||||
New Location
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-1"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-12 tablet:grid-col-8"
|
|
||||||
data-testid="grid"
|
|
||||||
>
|
|
||||||
<div>
|
|
||||||
<h2>
|
|
||||||
How you can help improve the map
|
|
||||||
</h2>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
Provide
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
general feedback
|
|
||||||
</a>
|
|
||||||
on the CEJST website
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Suggest new
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
data sources
|
|
||||||
</a>
|
|
||||||
.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Any other questions? Email:
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/methodology"
|
|
||||||
>
|
|
||||||
Screeningtool-Support@omb.eop.gov
|
|
||||||
</a>
|
|
||||||
.
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
<footer
|
<footer
|
||||||
class="j40-footer"
|
class="j40-footer"
|
||||||
|
@ -708,104 +319,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -824,7 +337,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -844,60 +357,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -493,104 +308,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -609,7 +326,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -629,60 +346,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -414,23 +229,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<h1>
|
<h1>
|
||||||
Downloads
|
Downloads
|
||||||
</h1>
|
</h1>
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Share data sources with CEQ
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</section>
|
</section>
|
||||||
<div
|
<div
|
||||||
class="grid-row grid-gap j40-mb5-mt3"
|
class="grid-row grid-gap j40-mb5-mt3"
|
||||||
|
@ -625,104 +423,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -741,7 +441,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -761,60 +461,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -414,23 +229,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<h1>
|
<h1>
|
||||||
Frequently asked questions
|
Frequently asked questions
|
||||||
</h1>
|
</h1>
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Share data sources with CEQ
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</section>
|
</section>
|
||||||
<div
|
<div
|
||||||
class="grid-row grid-gap j40-mb5-mt3"
|
class="grid-row grid-gap j40-mb5-mt3"
|
||||||
|
@ -878,54 +676,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="accordionItem_faq-id-10"
|
data-testid="accordionItem_faq-id-10"
|
||||||
hidden=""
|
hidden=""
|
||||||
id="faq-id-10"
|
id="faq-id-10"
|
||||||
>
|
/>
|
||||||
<p>
|
|
||||||
Yes. The CEJST website has multiple ways to offer feedback on the tool.
|
|
||||||
</p>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
The public can find census tracts that they are familiar with and send feedback about those tracts. That feedback is used to “ground truth” the tool. This helps the tool to better reflect the realities for communities.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
The public can also submit
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
data sources
|
|
||||||
</a>
|
|
||||||
or ideas for consideration.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
The public may also take a
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
short survey
|
|
||||||
</a>
|
|
||||||
to help improve the experience of using the tool.
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
The public can also email
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy=""
|
|
||||||
href="mailto:Screeningtool-Support@omb.eop.gov"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Screeningtool-Support@omb.eop.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<h2
|
<h2
|
||||||
class="usa-accordion__heading -faq"
|
class="usa-accordion__heading -faq"
|
||||||
>
|
>
|
||||||
|
@ -1155,104 +906,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -1271,7 +924,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -1291,60 +944,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -414,23 +229,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<h1>
|
<h1>
|
||||||
Methodology
|
Methodology
|
||||||
</h1>
|
</h1>
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Share data sources with CEQ
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</section>
|
</section>
|
||||||
<div
|
<div
|
||||||
class="grid-row grid-gap j40-mt3"
|
class="grid-row grid-gap j40-mt3"
|
||||||
|
@ -1106,25 +904,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="desktop:grid-col-4"
|
class="desktop:grid-col-4"
|
||||||
data-testid="grid"
|
data-testid="grid"
|
||||||
>
|
/>
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_3WC1hmbqoS4Ak2G"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Share data sources with CEQ
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="grid-row"
|
class="grid-row"
|
||||||
|
@ -3182,104 +2962,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -3298,7 +2980,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -3318,60 +3000,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the Privacy Policy page matches Privacy Policy page snapsh
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the Privacy Policy page matches Privacy Policy page snapsh
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -617,104 +432,6 @@ exports[`rendering of the Privacy Policy page matches Privacy Policy page snapsh
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -733,7 +450,7 @@ exports[`rendering of the Privacy Policy page matches Privacy Policy page snapsh
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -753,60 +470,6 @@ exports[`rendering of the Privacy Policy page matches Privacy Policy page snapsh
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
|
@ -7,187 +7,12 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
data-testid="header"
|
data-testid="header"
|
||||||
role="banner"
|
role="banner"
|
||||||
>
|
>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
<section
|
|
||||||
class="usa-banner"
|
|
||||||
data-testid="govBanner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-accordion"
|
|
||||||
>
|
|
||||||
<header
|
|
||||||
class="usa-banner__header"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__inner"
|
|
||||||
data-testid="banner-header-inner-div"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
data-testid="banner-header-flag-div"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="U.S. flag"
|
|
||||||
class="usa-banner__header-flag"
|
|
||||||
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAG1BMVEUdM7EeNLIeM7HgQCDaPh/bPh/bPx/////bPyBEby41AAAAUElEQVQI123MNw4CABDEwD3jC/9/MQ1BQrgeOSkIqYe2o2FZtthXgQLgbHVMZdlsfUQFQnHtjP1+8BUhBDKOqtmfot6ojqPzR7TjdU+f6vkED+IDPhTBcMAAAAAASUVORK5CYII="
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-fill tablet:grid-col-auto"
|
|
||||||
data-testid="banner-header-grid-div"
|
|
||||||
>
|
|
||||||
<p
|
|
||||||
class="usa-banner__header-text"
|
|
||||||
>
|
|
||||||
An official website of the United States government
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__header-action"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<button
|
|
||||||
aria-controls="gov-banner"
|
|
||||||
aria-expanded="false"
|
|
||||||
class="usa-accordion__button usa-banner__button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class="usa-banner__button-text"
|
|
||||||
>
|
|
||||||
Here’s how you know
|
|
||||||
</span>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
<div
|
|
||||||
class="usa-banner__content usa-accordion__content"
|
|
||||||
hidden=""
|
|
||||||
id="gov-banner"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-row grid-gap-lg"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWRvdC1nb3Y8L3RpdGxlPjxwYXRoIGZpbGw9IiMyMzc4QzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyIDBjMTcuNjczIDAgMzIgMTQuMzI3IDMyIDMyIDAgMTcuNjczLTE0LjMyNyAzMi0zMiAzMkMxNC4zMjcgNjQgMCA0OS42NzMgMCAzMiAwIDE0LjMyNyAxNC4zMjcgMCAzMiAwem0wIDEuMjA4QzE0Ljk5NCAxLjIwOCAxLjIwOCAxNC45OTQgMS4yMDggMzJTMTQuOTk0IDYyLjc5MiAzMiA2Mi43OTIgNjIuNzkyIDQ5LjAwNiA2Mi43OTIgMzIgNDkuMDA2IDEuMjA4IDMyIDEuMjA4em0xMC41OSAzOC44NThhLjg1Ny44NTcgMCAwIDEgLjg4Mi44MjJ2MS42NDJIMTguODg2di0xLjY0MmEuODU3Ljg1NyAwIDAgMSAuODgyLS44MjJINDIuNTl6TTI1LjQ0MyAyNy43NzR2OS44MjloMS42NDJ2LTkuODNoMy4yNzN2OS44M0gzMnYtOS44M2gzLjI3MnY5LjgzaDEuNjQzdi05LjgzaDMuMjcydjkuODNoLjc2YS44NTcuODU3IDAgMCAxIC44ODIuODIxdi44MjFoLTIxLjN2LS44MDlhLjg1Ny44NTcgMCAwIDEgLjg4LS44MmguNzYydi05Ljg0MmgzLjI3MnptNS43MzYtOC4xODhsMTIuMjkzIDQuOTE1djEuNjQyaC0xLjYzYS44NTcuODU3IDAgMCAxLS44ODIuODIySDIxLjQxYS44NTcuODU3IDAgMCAxLS44ODItLjgyMmgtMS42NDJ2LTEuNjQybDEyLjI5My00LjkxNXoiLz48L3N2Zz4="
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Official websites use .gov
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
.gov
|
|
||||||
</strong>
|
|
||||||
website belongs to an official government organization in the United States.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="usa-banner__guidance tablet:grid-col-6"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt=""
|
|
||||||
aria-hidden="true"
|
|
||||||
class="usa-banner__icon usa-media-block__img"
|
|
||||||
role="img"
|
|
||||||
src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiB2aWV3Qm94PSIwIDAgNjQgNjQiPjx0aXRsZT5pY29uLWh0dHBzPC90aXRsZT48cGF0aCBmaWxsPSIjNzE5RjJBIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMiAwYzE3LjY3MyAwIDMyIDE0LjMyNyAzMiAzMiAwIDE3LjY3My0xNC4zMjcgMzItMzIgMzJDMTQuMzI3IDY0IDAgNDkuNjczIDAgMzIgMCAxNC4zMjcgMTQuMzI3IDAgMzIgMHptMCAxLjIwOEMxNC45OTQgMS4yMDggMS4yMDggMTQuOTk0IDEuMjA4IDMyUzE0Ljk5NCA2Mi43OTIgMzIgNjIuNzkyIDYyLjc5MiA0OS4wMDYgNjIuNzkyIDMyIDQ5LjAwNiAxLjIwOCAzMiAxLjIwOHptMCAxOC44ODZhNy4yNDUgNy4yNDUgMCAwIDEgNy4yNDUgNy4yNDV2My4xMDNoLjUyYy44NiAwIDEuNTU3LjY5OCAxLjU1NyAxLjU1OHY5LjMyMmMwIC44Ni0uNjk3IDEuNTU4LTEuNTU3IDEuNTU4aC0xNS41M2MtLjg2IDAtMS41NTctLjY5Ny0xLjU1Ny0xLjU1OFYzMmMwLS44Ni42OTctMS41NTggMS41NTctMS41NThoLjUyVjI3LjM0QTcuMjQ1IDcuMjQ1IDAgMCAxIDMyIDIwLjA5NHptMCAzLjEwM2E0LjE0MiA0LjE0MiAwIDAgMC00LjE0MiA0LjE0MnYzLjEwM2g4LjI4NFYyNy4zNEE0LjE0MiA0LjE0MiAwIDAgMCAzMiAyMy4xOTd6Ii8+PC9zdmc+"
|
|
||||||
/>
|
|
||||||
<div
|
|
||||||
class="usa-media-block__body"
|
|
||||||
>
|
|
||||||
<p>
|
|
||||||
<strong>
|
|
||||||
Secure .gov websites use HTTPS
|
|
||||||
</strong>
|
|
||||||
<br />
|
|
||||||
A
|
|
||||||
<strong>
|
|
||||||
lock (
|
|
||||||
<span
|
|
||||||
class="icon-lock"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
aria-labelledby="banner-lock-title banner-lock-description"
|
|
||||||
class="usa-banner__lock-image"
|
|
||||||
focusable="false"
|
|
||||||
height="64"
|
|
||||||
role="img"
|
|
||||||
viewBox="0 0 52 64"
|
|
||||||
width="52"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<title
|
|
||||||
id="banner-lock-title"
|
|
||||||
>
|
|
||||||
Lock
|
|
||||||
</title>
|
|
||||||
<desc
|
|
||||||
id="banner-lock-description"
|
|
||||||
>
|
|
||||||
A locked padlock
|
|
||||||
</desc>
|
|
||||||
<path
|
|
||||||
d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z"
|
|
||||||
fill="#000000"
|
|
||||||
fill-rule="evenodd"
|
|
||||||
/>
|
|
||||||
</svg>
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
</strong>
|
|
||||||
or
|
|
||||||
<strong>
|
|
||||||
https://
|
|
||||||
</strong>
|
|
||||||
means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<div>
|
|
||||||
<img
|
|
||||||
alt="language icon for selecting language"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
English
|
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="#"
|
|
||||||
>
|
|
||||||
Español
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<strong>
|
<strong>
|
||||||
This tool has been updated.
|
This is an unofficial copy of the CEJST Tool.
|
||||||
</strong>
|
</strong>
|
||||||
The 2.0 version of the tool was released on Dec 20, 2024.
|
We are working on an overhaul, but in the meantime some links and text may incorrectly suggest that this site is affiliated with the US Government.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -357,16 +182,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="usa-nav__primary-item"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
data-cy="nav-link-contact"
|
|
||||||
href="/en/contact"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
<li
|
||||||
class="usa-nav__primary-item"
|
class="usa-nav__primary-item"
|
||||||
>
|
>
|
||||||
|
@ -433,104 +248,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<div
|
<div
|
||||||
class="grid-row tablet-lg:grid-col4"
|
class="grid-row tablet-lg:grid-col4"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
Contact
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<address
|
|
||||||
class="usa-footer__address j40-footer-address"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__contact-info grid-row grid-gap"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
730 Jackson Pl NW
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
Washington, D.C. 20506
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-col-auto"
|
|
||||||
>
|
|
||||||
(202) 395-5750
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</address>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
|
||||||
>
|
|
||||||
<section>
|
|
||||||
<div
|
|
||||||
class="j40-h4"
|
|
||||||
>
|
|
||||||
More information
|
|
||||||
</div>
|
|
||||||
<ul
|
|
||||||
class="usa-list usa-list--unstyled"
|
|
||||||
>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
|
||||||
data-cy="freedom-of-information-act-(foia)"
|
|
||||||
href="https://www.whitehouse.gov/ceq/foia"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Freedom of Information Act (FOIA)
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link"
|
|
||||||
href="/en/privacy"
|
|
||||||
>
|
|
||||||
Privacy Policy
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li
|
|
||||||
class="usa-footer__secondary-link"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
class="usa-link usa-link--external"
|
|
||||||
data-cy="find-a-contact-at-usa-gov"
|
|
||||||
href="https://www.usa.gov/"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
Find a contact at USA.gov
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
class="mobile-lg:grid-col-12 desktop:grid-col-4"
|
||||||
>
|
>
|
||||||
|
@ -549,7 +266,7 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
<a
|
<a
|
||||||
class="usa-link usa-link--external footer-link-first-child"
|
class="usa-link usa-link--external footer-link-first-child"
|
||||||
data-cy="check-out-the-code-on-github"
|
data-cy="check-out-the-code-on-github"
|
||||||
href="https://github.com/DOI-DO/ceq-j40-cejst-2"
|
href="https://github.com/edgi-govdata-archiving/j40-cejst-2"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
@ -569,60 +286,6 @@ exports[`rendering of the DatasetContainer checks if various text fields are vis
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="usa-footer__secondary-section"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="usa-footer__logo grid-row mobile-lg:grid-col-6 mobile-lg:grid-gap-2"
|
|
||||||
data-testid="footerLogo"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<img
|
|
||||||
alt="Whitehouse logo"
|
|
||||||
class="usa-footer__logo-img"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="mobile-lg:grid-col-auto"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="j40-footer-ceq-font"
|
|
||||||
>
|
|
||||||
Council on Environmental Quality
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
class="grid-container-desktop-lg"
|
|
||||||
data-testid="gridContainer"
|
|
||||||
>
|
|
||||||
<a
|
|
||||||
href="https://eop.gov1.qualtrics.com/jfe/form/SV_2mF9GXOhDKKjxcy"
|
|
||||||
rel="noreferrer"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
<button
|
|
||||||
class="usa-button"
|
|
||||||
data-testid="button"
|
|
||||||
type="button"
|
|
||||||
>
|
|
||||||
Help improve the tool
|
|
||||||
<img
|
|
||||||
alt="launch icon"
|
|
||||||
src="test-file-stub"
|
|
||||||
/>
|
|
||||||
</button>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</DocumentFragment>
|
</DocumentFragment>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue