ignore: trying to find issue on failing scenario on Travis

This commit is contained in:
Reinier Balt 2013-05-11 13:47:33 +02:00
parent 0d0b36de29
commit d1de2998de

View file

@ -91,6 +91,7 @@ Then(/^I should (not see|see) "([^"]*)" in the (completed|done today|done this w
id = 'completed_rest_of_month_container' if container == 'done this month'
css = "div##{id} div#line_todo_#{find_todo(todo_description).id}"
page.should have_css(css)
check_css_visibility(visible, css)
end