From 390246dde14322c8308a626e2dea47348a716bea Mon Sep 17 00:00:00 2001 From: Florian Staudacher Date: Tue, 24 Apr 2012 22:57:09 +0200 Subject: [PATCH] temporarily "fix" the evil cuke of inconsistent death --- features/posts_from_main_page.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/features/posts_from_main_page.feature b/features/posts_from_main_page.feature index d13ef0438..a031b2b8e 100644 --- a/features/posts_from_main_page.feature +++ b/features/posts_from_main_page.feature @@ -26,6 +26,7 @@ Feature: posting from the main page Scenario: posting a message appends it to the top of the stream When I click the publisher and post "sup dog" + And I wait for 1 second And I click the publisher and post "hello there" Then I should see "hello there" as the first post in my stream