2022-05-10 20:23:23 -04:00
|
|
|
Feature: The Explore the map page will open from all other pages
|
2021-10-13 14:06:05 -07:00
|
|
|
|
2022-05-10 20:23:23 -04:00
|
|
|
Scenario: Explore the map page open when navigating from About page
|
2021-10-13 14:06:05 -07:00
|
|
|
Given I am on the "About" page
|
2023-03-08 07:18:47 -06:00
|
|
|
When I click on the "Explore the map" button in the navigation
|
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
|
|
|
|
2022-05-10 20:23:23 -04:00
|
|
|
Scenario: Explore the map page open when navigating from Methodology page
|
2021-10-13 14:06:05 -07:00
|
|
|
Given I am on the "Methodology" page
|
2023-03-08 07:18:47 -06:00
|
|
|
When I click on the "Explore the map" button in the navigation
|
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
|
|
|
|
2022-05-10 20:23:23 -04:00
|
|
|
Scenario: Explore the map page open when navigating from Contact page
|
2021-10-13 14:06:05 -07:00
|
|
|
Given I am on the "Contact" page
|
2023-03-08 07:18:47 -06:00
|
|
|
When I click on the "Explore the map" button in the navigation
|
2022-05-10 20:23:23 -04:00
|
|
|
Then I see "Explore the map" in the title
|