2021-10-13 14:06:05 -07:00
|
|
|
Feature: The Methodology page will open from all other pages
|
|
|
|
|
|
|
|
Scenario: Methodology page open when navigating from About page
|
|
|
|
Given I am on the "About" page
|
2022-04-07 13:14:54 -04:00
|
|
|
# When I click on the "Methodology" dropdown in the navigation
|
2021-10-13 14:06:05 -07:00
|
|
|
When I click on the "Methodology" page in the navigation
|
|
|
|
Then I see "Methodology" in the title
|
|
|
|
|
2022-05-10 20:23:23 -04:00
|
|
|
Scenario: Methodology page open when navigating from Explore the map page
|
2022-04-07 13:14:54 -04:00
|
|
|
Given I am on the "Explore" page
|
|
|
|
# When I click on the "Methodology" dropdown in the navigation
|
2021-10-13 14:06:05 -07:00
|
|
|
When I click on the "Methodology" page in the navigation
|
|
|
|
Then I see "Methodology" in the title
|
|
|
|
|
|
|
|
Scenario: Methodology page open when navigating from Contact page
|
|
|
|
Given I am on the "Contact" page
|
2022-04-07 13:14:54 -04:00
|
|
|
# When I click on the "Methodology" dropdown in the navigation
|
2021-10-13 14:06:05 -07:00
|
|
|
When I click on the "Methodology" page in the navigation
|
|
|
|
Then I see "Methodology" in the title
|