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"