Add testimonials.feature
This commit is contained in:
parent
087a1dc615
commit
1e8a0fbfaa
7
features/testimonials.feature
Normal file
7
features/testimonials.feature
Normal 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"
|
Reference in a new issue