mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
ignore: trying to find issue on failing scenario on Travis
This commit is contained in:
parent
0d0b36de29
commit
d1de2998de
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue