From 1e8a0fbfaaaefa4c4492b2ec1c2c90336cb395c0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 19 Mar 2017 05:38:37 +0000 Subject: [PATCH] Add testimonials.feature --- features/testimonials.feature | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 features/testimonials.feature diff --git a/features/testimonials.feature b/features/testimonials.feature new file mode 100644 index 00000000..f1a62d4a --- /dev/null +++ b/features/testimonials.feature @@ -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"