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