9 lines
241 B
Gherkin
9 lines
241 B
Gherkin
|
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"
|