From be3a46a23fc7e8f267c841c75a12a77abbbe35bc Mon Sep 17 00:00:00 2001 From: Sarah Mei <sarahmei@gmail.com> Date: Sun, 4 Sep 2011 12:27:57 -0700 Subject: [PATCH] Make posts.feature a little more reliable. The Scenario Outlines were sitting on the profile page as the background ran which may have been contributing to the System Exit problem. --- features/posts.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/posts.feature b/features/posts.feature index deeb9ee78b..950ba7313d 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" -- GitLab