我使用的是calabash-android version-0.9.0,ruby版本:2.2.0。它与circleci集成。在calabash测试中执行几个步骤后,测试失败。但在本地测试时,相同的测试通过。是与版本相关的任何问题吗?
有人请帮助解决这个问题
features/step_definitions/my_steps.rb:41
And I press button with text "CONTINUE" # features/step_definitions/my_steps.rb:60
Failed to perform gesture. Could not find views '[* id:'but_next']' (RuntimeError)
./features/step_definitions/my_steps.rb:63:in `/^I press button with text "([^"]*)"$/'
features/my_first.feature:11:in `And I press button with text "CONTINUE"'