Skip to content

Commit

Permalink
Wait for list group item to appear in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed Jan 16, 2015
1 parent 378843e commit c04a69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/add_series.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Scenario: Create Person inline
type "James Bond" into ${series create person name}
type "MI5" into ${series create person bio}
click on ${series create person submit}
${list group item("James Bond, MI5")} should be displayed
${list group item("James Bond, MI5")} should appear
click on ${button done}
page should contain text "James Bond (MI5)"

Expand Down

0 comments on commit c04a69c

Please sign in to comment.