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.

This commit is contained in:
Sarah Mei 2011-09-04 12:27:57 -07:00
parent 5b54f84ad2
commit be3a46a23f

View file

@ -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"