Hy!我正试图在葫芦ios中编写预定义的步骤来查找带有特定标题的按钮。我的问题是如何在葫芦中使用标题标签找到某个UIButton?我已经试过如下: Then (/^I see button with title "([^\"]*)" disabled$/) do |buttonTitle|
buttons = query("UIButton").compact
buttons.each
我已经张贴this issue ,但相信我现在遇到了一个新的。我们在Jenkins服务器上每15分钟运行一次自动化测试。虽然我仍然看到在上面的链接中列出,约每小时一次,我现在看到在控制台输出以下错误 Xcrun timed out after 3.64 seconds executing
xcrun instruments -s templates
with a timeo
Then I wait to see "Choose a drink:#0"
# calabash-cucumber-0.18.0/features/step_definitions/calabash_steps.rb:154
execution expired (Calabash::Cucumber::WaitHelpers::WaitError)
虽然使用预定义的步