mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 17:44:08 +01:00
add some sleep timers to hopefully fix the travis failures
This commit is contained in:
parent
37f5ca01fa
commit
420c80911b
2 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ When /^I drag "(.*)" to "(.*)"$/ do |dragged, target|
|
|||
drop_elem = page.find(:xpath, "//div[@id='line_todo_#{drop_id}']")
|
||||
|
||||
drag_elem.drag_to(drop_elem)
|
||||
sleep 0.2 # wait for the resulting events to be handled in the browser
|
||||
end
|
||||
|
||||
When /^I expand the dependencies of "([^\"]*)"$/ do |todo_name|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue