mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 14:51:17 -07:00
16 lines
660 B
Gherkin
16 lines
660 B
Gherkin
Feature: The Contact page will open from all other pages
|
|
|
|
Scenario: Contact page open when navigating from About page
|
|
Given I am on the "About" page
|
|
When I click on the "Contact" page in the navigation
|
|
Then I see "Contact" in the title
|
|
|
|
Scenario: Contact page open when navigating from Explore the map page
|
|
Given I am on the "Explore" page
|
|
When I click on the "Contact" page in the navigation
|
|
Then I see "Contact" in the title
|
|
|
|
Scenario: Contact page open when navigating from Methodology page
|
|
Given I am on the "Methodology" page
|
|
When I click on the "Contact" page in the navigation
|
|
Then I see "Contact" in the title
|