Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use "perform_action" in version 0.9.8 #901

Open
lbeaumont opened this issue Oct 31, 2018 · 0 comments
Open

Cannot use "perform_action" in version 0.9.8 #901

lbeaumont opened this issue Oct 31, 2018 · 0 comments

Comments

@lbeaumont
Copy link

I recently upgrade calabash from 0.9.0 to 0.9.8
I frequently use le function perform_action('drag', 50, 50, 30, 70, 5) because the function scroll_down doesn't work on a non scrollable view.
This worked fine on version 0.9.0
It seems that it doesn't work any more on version 0.9.8

irb(main):008:0> perform_action('drag', 50, 50, 30, 70, 5)
RuntimeError: Step timed out
	from /Users/ci/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/calabash-android-0.9.8/lib/calabash-android/operations.rb:467:in `rescue in perform_action'
	from /Users/ci/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/calabash-android-0.9.8/lib/calabash-android/operations.rb:447:in `perform_action'
	from /Users/ci/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/calabash-android-0.9.8/lib/calabash-android/operations.rb:93:in `perform_action'
	from (irb):8
	from /Users/ci/.rbenv/versions/2.3.1/bin/irb:11:in `<main>'

Did someone find the same behavior ?
Have any solution or workaround ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant