Sha256: 9f5a105e6cf792eaf4b251b2648c45d1157a08b09669494f371542a647de45a2
Contents?: true
Size: 470 Bytes
Versions: 43
Compression:
Stored size: 470 Bytes
Contents
Then /^I touch the "([^"]*)" button on the action sheet$/ do |button_title| timeout = 1.0 msg = "waited for '#{timeout}' seconds but did not see sheet with button '#{button_title}'" options = {:timeout => timeout, :retry_frequency => BRIAR_WAIT_RETRY_FREQ, :post_timeout => BRIAR_WAIT_STEP_PAUSE, :timeout_message => msg} wait_for(options) do not query('actionSheet').empty? end touch_sheet_button button_title end
Version data entries
43 entries across 43 versions & 1 rubygems