8 lines
216 B
Gherkin
8 lines
216 B
Gherkin
Feature: Consulting page
|
|
|
|
Scenario:
|
|
Given I am on "/consulting"
|
|
Then the response status code should be 200
|
|
And the page title should be "Consulting"
|
|
And the active menu link should be "Consulting"
|