2021-09-15 12:06:13 -07:00
|
|
|
Feature: Does the About page open?
|
|
|
|
I want to open the about page
|
|
|
|
|
2021-10-05 15:52:03 -04:00
|
|
|
Scenario: About page FROM Explore Tool page
|
2021-09-15 12:06:13 -07:00
|
|
|
Given I am on the Explore Tool page
|
|
|
|
When I click on the "About" page in the navigation
|
|
|
|
Then I see "About" in the title
|
|
|
|
|
2021-10-05 15:52:03 -04:00
|
|
|
Scenario: About page FROM Methodology page
|
2021-09-15 12:06:13 -07:00
|
|
|
Given I am on the Explore Tool page
|
|
|
|
When I click on the "Methodology" page in the navigation
|
|
|
|
Then I see "Data and Methodology" in the title
|
|
|
|
|
2021-10-05 15:52:03 -04:00
|
|
|
Scenario: About page FROM Contact page
|
2021-09-15 12:06:13 -07:00
|
|
|
Given I am on the Explore Tool page
|
|
|
|
When I click on the "Contact" page in the navigation
|
|
|
|
Then I see "Contact" in the title
|