Guest User

Untitled

a guest
Apr 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Feature: Entry permalinks
  2. In order to read content
  3. Visitors should be able to
  4. visit permalinks for entries
  5.  
  6. Scenario: View a short entry
  7. Given I go to a short entry
  8. Then I should see the standard entry elements
  9. And I should not see the extended body
  10.  
  11. Scenario: View an extended entry
  12. Given I go to an extended entry
  13. Then I should see the standard entry elements
  14. And I should see the extended body
  15.  
  16. Scenario: View a multipage entry
  17. Given I go to a multipage entry
  18. Then I should see the standard entry elements
  19. And I should see the first page
  20.  
  21. Scenario: View the second page of a multipage entry
  22. Given I go to page 2 of a multipage entry
  23. Then I should see the standard entry elements
  24. And I should see the 2nd page
  25. And I should not see the body
  26. And I should see the "single page" link
Add Comment
Please, Sign In to add comment