mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Revert "add some sleep timers to hopefully fix the travis failures"
this did not work
This reverts commit 420c80911b.
This commit is contained in:
parent
420c80911b
commit
2757c88c0b
2 changed files with 0 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ 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|
|
||||
|
|
|
|||
|
|
@ -121,7 +121,6 @@ module TracksStepHelper
|
|||
expect(page).to have_css(submenu_arrow, :visible=>true)
|
||||
arrow = page.find(submenu_arrow, :match => :first)
|
||||
arrow.click
|
||||
sleep 0.2 # wait for the event to be handled by the browser
|
||||
|
||||
submenu_css = "div#line_todo_#{todo.id} ul#ultodo_#{todo.id}"
|
||||
submenu = page.find(submenu_css)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue