2021-10-13 14:06:05 -07:00
|
|
|
Feature: All links on About page are functional
|
|
|
|
|
2021-12-08 13:15:31 -05:00
|
|
|
# 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
|
2021-10-13 14:06:05 -07:00
|
|
|
|
|
|
|
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
|
2022-05-10 20:23:23 -04:00
|
|
|
Then I see "Explore the map" in the title
|
2021-10-13 14:06:05 -07:00
|
|
|
|
|
|
|
Scenario: People can find how to Send feedback
|
|
|
|
Given I am on the "About" page
|
|
|
|
When I look for the "Send feedback" CTA
|
2021-12-17 16:17:57 -05:00
|
|
|
Then the link should allow client to send an email to "Screeningtool-Support@omb.eop.gov"
|
2021-10-13 14:06:05 -07:00
|
|
|
|
|
|
|
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
|