Commit 1f072e5a556265a832d1354f938ba3c2bb14995d
1 parent
5d7026de
Exists in
master
and in
28 other branches
Fixing acceptance test for events search
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
features/search.feature
@@ -76,9 +76,9 @@ Feature: search | @@ -76,9 +76,9 @@ Feature: search | ||
76 | | identifier | name | | 76 | | identifier | name | |
77 | | nice-people | Nice people | | 77 | | nice-people | Nice people | |
78 | And the following events | 78 | And the following events |
79 | - | owner | name | | ||
80 | - | nice-people | Group meeting | | ||
81 | - | nice-people | John Doe's birthday | | 79 | + | owner | name | start_date | |
80 | + | nice-people | Group meeting | 2009-10-01 | | ||
81 | + | nice-people | John Doe's birthday | 2009-09-01 | | ||
82 | And I am on the homepage | 82 | And I am on the homepage |
83 | When I follow "Search" | 83 | When I follow "Search" |
84 | And I fill in "query" with "birthday" | 84 | And I fill in "query" with "birthday" |