Sha256: 67d1bfbf6b4d46024ea882a7f3a203d9b88ca5060e7768ff8eaaeaa53874122e
Contents?: true
Size: 268 Bytes
Versions: 44
Compression:
Stored size: 268 Bytes
Contents
Then /^I touch the "([^"]*)" toolbar button$/ do |name| touch_toolbar_button name end When /^I touch the "([^"]*)" toolbar button, then I should see the "([^"]*)" view$/ do |button_name, view_id| touch_toolbar_button button_name, {:wait_for_view => view_id} end
Version data entries
44 entries across 44 versions & 1 rubygems