Added homepage.feature
This commit is contained in:
parent
5a37a51f37
commit
0e1777894c
8
features/homepage.feature
Normal file
8
features/homepage.feature
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
Feature: Homepage
|
||||||
|
In order to check that the website still works
|
||||||
|
As a website user
|
||||||
|
I need to be able to see that the homepage is correct
|
||||||
|
|
||||||
|
Scenario:
|
||||||
|
Given I am on "/"
|
||||||
|
Then I should see "Web Developer and System Administrator"
|
Reference in a new issue