From 126f07a5937e9a9eabea82106b8a753d6d24ecc6 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Sun, 13 Apr 2014 14:27:19 +0200 Subject: [PATCH] try another day to get rid of test failure I do not see the failure locally, guessing this causes the failure... --- features/view_done.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/view_done.feature b/features/view_done.feature index 701fb938..efb6072a 100644 --- a/features/view_done.feature +++ b/features/view_done.feature @@ -156,7 +156,7 @@ Feature: Show done @javascript @reset_time Scenario: Activating the last todo will show empty message Given the date is "2013-03-11" - And I have a completed todo with description "todo 2" in context "@pc" completed 1 days ago + And I have a completed todo with description "todo 2" in context "@pc" completed 2 days ago And I have a completed todo with description "todo 3" in context "@pc" completed 7 days ago When I go to the done actions page Then I should see "todo 1" in the done today container