From ddb7c2c9b051f4adf4ed1d71b1fd2c81be25a7d3 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 7 May 2012 23:20:56 -0700 Subject: [PATCH] gah attempt tp fix some stupid tests :/ --- features/logs_in_and_out.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/logs_in_and_out.feature b/features/logs_in_and_out.feature index f63936424..9f1862e14 100644 --- a/features/logs_in_and_out.feature +++ b/features/logs_in_and_out.feature @@ -13,4 +13,5 @@ Feature: user authentication Given I am signed in And I click on my name in the header And I follow "Log out" - Then I should be on the new user session page + And I wait for 1 seconds + Then I should be on the new user session page \ No newline at end of file