7 lines
175 B
Gherkin
7 lines
175 B
Gherkin
Feature: Contact page
|
|
|
|
Scenario:
|
|
Given I am on "/contact"
|
|
Then the response status code should be 200
|
|
And the active menu link should be "Contact"
|