Add testimonials.feature

This commit is contained in:
Oliver Davies 2017-03-19 05:38:37 +00:00
parent 087a1dc615
commit 1e8a0fbfaa

View file

@ -0,0 +1,7 @@
Feature: Testimonials page
Scenario:
Given I am on "/testimonials"
Then the response status code should be 200
And the page title should be "Testimonials"
And the active menu link should be "Testimonials"