Guest User

Untitled

a guest
Jun 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Feature: Visit pages
  2. In order enjoy a beautiful web site
  3. As an visitor
  4. I want page views to work as expected
  5.  
  6. Background: there is a published page
  7.  
  8. Scenario: Visit the index page
  9. Given there is an index page
  10. When I go to the index page
  11. Then I should see "Welcome to the tests"
Add Comment
Please, Sign In to add comment