j40-cejst-2/client/cypress/integration/Explore.feature
Travis Newby bf597b594b
Update minor frontend dependencies (#2190)
* Fix failing cypress tests

* Update minor packages to remove security issues
2023-03-08 07:18:47 -06:00

16 lines
No EOL
743 B
Gherkin

Feature: The Explore the map page will open from all other pages
Scenario: Explore the map page open when navigating from About page
Given I am on the "About" page
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title
Scenario: Explore the map page open when navigating from Methodology page
Given I am on the "Methodology" page
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title
Scenario: Explore the map page open when navigating from Contact page
Given I am on the "Contact" page
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title