Skip to content

Commit

Permalink
Update behat test.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrillek committed Jul 17, 2018
1 parent c4b9cad commit daaa34d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/behat/features/ui/home.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ Feature: Home Page
Ensure the home page is rendering correctly

Background:
[Given|*] I am on the homepage
Given I am an anonymous user
When I visit "/"

@api @javascript
Scenario: View the homepage content
Given I am an anonymous user
Then I should see "Welcome to govCMS8"

Scenario: Check the homepage meta tag.
Given I am an anonymous user
Then the response should contain "<meta name=\"Generator\" content=\"Drupal 8 (http://drupal.org) + govCMS (http://govcms.gov.au)\" />"

0 comments on commit daaa34d

Please sign in to comment.