j40-cejst-2/client/cypress/integration/FooterLinks.feature
2022-09-30 13:43:31 -04:00

25 lines
963 B
Gherkin

Feature: All links in the Footer are functional
Scenario: I can find more information on the Whitehouse
Given I am on the "About" page
When I look for the "footer"
And I click on the "Whitehouse.gov" footer link
Then the link should respond successfully
Scenario: I can find more information on FOIA
Given I am on the "About" page
When I look for the "footer"
And I click on the "Freedom of Information Act (FOIA)" footer link
Then the link should respond successfully
Scenario: I can find more information on the Privacy Policy
Given I am on the "About" page
When I look for the "footer"
And I click on the "Privacy Policy" footer link
Then the link should respond successfully
Scenario: I can find find a contact at USA.gov
Given I am on the "About" page
When I look for the "footer"
And I click on the "Find a contact at USA.gov" footer link
Then the link should respond successfully