mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
* Make latest copy changes - update snapshots * Update cypress test on feedback link - update snapshot * Update side panel and copy - update snapshots * Make 2nd EO link open in new tab * Add latest changes from Living copy * Add back HS indicator to map * Add "X of Y thresholds exceed" to side panel - update snapshots * Update with latest copy * Update to latest copy - make BETA pill in logo bold - correct exceed to exceeded - update snapshots - update page title to Meth & data * Update total indicators to 21 * Update snapshot
31 lines
1.4 KiB
Gherkin
31 lines
1.4 KiB
Gherkin
Feature: All links on About page are functional
|
|
|
|
# Todo: Cypress failure - Commenting out due to failure in CI/CD pipeline
|
|
# Scenario: Visitors can learn more about the J40 EO
|
|
# Given I am on the "About" page
|
|
# When I look for the "Justice40 Initiative" CTA
|
|
# And I click on the "Justice40 Initiative" "external" link
|
|
# Then the link should respond successfully
|
|
|
|
Scenario: Federal program officer can find and click on their CTA
|
|
Given I am on the "About" page
|
|
When I look for the "Federal program managers" CTA
|
|
And I click on the "Federal program managers" "internal" link
|
|
Then I see "Methodology" in the title
|
|
|
|
Scenario: Community members can find and click on their CTA
|
|
Given I am on the "About" page
|
|
When I look for the "Community members" CTA
|
|
And I click on the "Community members" "internal" link
|
|
Then I see "Explore the tool" in the title
|
|
|
|
Scenario: People can find how to Send feedback
|
|
Given I am on the "About" page
|
|
When I look for the "Send feedback" CTA
|
|
Then the link should allow client to send an email to "Screeningtool-Support@omb.eop.gov"
|
|
|
|
Scenario: Open source community can find and click on their CTA
|
|
Given I am on the "About" page
|
|
When I look for the "Join the open source community" CTA
|
|
And I click on the "Join the open source community" "external" link
|
|
Then the link should respond successfully
|