Add more tests

This commit is contained in:
Oliver Davies 2016-06-14 10:03:23 +01:00
parent b5a0281729
commit 8631e1c66d
6 changed files with 41 additions and 11 deletions

View file

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