j40-cejst-2/client/cypress/integration/Explore.feature

16 lines
743 B
Gherkin
Raw Permalink Normal View History

Feature: The Explore the map page will open from all other pages
Scenario: Explore the map page open when navigating from About page
Given I am on the "About" page
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title
Scenario: Explore the map page open when navigating from Methodology page
Given I am on the "Methodology" page
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title
Scenario: Explore the map page open when navigating from Contact page
Given I am on the "Contact" page
When I click on the "Explore the map" button in the navigation
Then I see "Explore the map" in the title