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-04 19:12:49 -07: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
|
|
|
|
|
|
|
|
Scenario: Methodology page open when navigating from Explore the tool page
|
|
|
|
Given I am on the "Explore the tool" page
|
2022-04-04 19:12:49 -07: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
|
|
|
|
|
|
|
|
Scenario: Methodology page open when navigating from Contact page
|
|
|
|
Given I am on the "Contact" page
|
2022-04-04 19:12:49 -07: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
|