Add Consulting page

This commit is contained in:
Oliver Davies 2016-06-24 07:59:02 +01:00
parent 87e9891a8b
commit 0115c16fea
4 changed files with 29 additions and 9 deletions

View file

@ -0,0 +1,7 @@
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"