This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/features/homepage.feature

12 lines
514 B
Gherkin
Raw Normal View History

2015-08-23 17:25:55 +00:00
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 "/"
2016-06-14 07:48:57 +00:00
Then the response status code should be 200
And I should see "Im a Web Developer and System Administrator based in Wales, UK."
And the "title" element should contain "Web Developer, System Administrator - PHP, Drupal, Symfony, Linux | Oliver Davies"
And the "title" element should not contain "About | Oliver Davies"