Add custom tests

This commit is contained in:
Oliver Davies 2016-06-15 08:36:06 +01:00
parent 8c11fb9195
commit 928dbde30f
6 changed files with 37 additions and 14 deletions

View file

@ -3,4 +3,5 @@ Feature: Experience page
Scenario:
Given I am on "/experience"
Then the response status code should be 200
And the ".nav li.active a" element should contain "Experience"
And the page title should be "Experience"
And the active menu link should be "Experience"