Guest User

Untitled

a guest
Jul 9th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Scenario: Looking at my own followers
  2. Given I am logged in as "joe@example.com"
  3. Given The user "bob@example.com" with password "testing"
  4. And "bob@example.com" has the display name "Bob Example"
  5. Given The user "joe@example.com" is following "bob@example.com"
  6. When I am on the home page
  7. And I go to the followers of "joe@example.com"
  8. Then I should see "Following Me"
  9. And I should see "Bob Example"
Add Comment
Please, Sign In to add comment