diff --git a/features/posts.feature b/features/posts.feature index deeb9ee78bd7672d0250c4da1afe30c4caa33b48..950ba7313df8eb0a0c0e719ee6e1ffacab92a36d 100644 --- a/features/posts.feature +++ b/features/posts.feature @@ -5,8 +5,10 @@ Feature: posting I want to tell the world I am eating a yogurt Background: - Given a user with username "bob" + Given I am on the home page + And a user with username "bob" And a user with username "alice" + When I sign in as "bob@bob.bob" And a user with username "bob" is connected with "alice" And I have an aspect called "PostTo"