mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 18:44:20 -08:00
* Add RFI to contact page * Move to a 8:4 column layout for the contact page - add margin above footer - update snapshots * Add period to copy * add download attribute to <a> tag - fix local cypress tess
16 lines
No EOL
683 B
Gherkin
16 lines
No EOL
683 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 tool page
|
|
# Given I am on the "Explore the tool" 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 |