Sha256: 06a9057f1fa68ca9a685d74339e0820873678ce3c038707a671e05e9eb24c99d

Contents?: true

Size: 683 Bytes

Versions: 55

Compression:

Stored size: 683 Bytes

Contents

Then /^I press text of translated l10n?key "?([^\"]*)"?$/ do |l10nkey|
  perform_action('press_l10n_element', l10nkey)
end

Then /^I press button of translated l10n?key "?([^\"]*)"?$/ do |l10nkey|
  perform_action('press_l10n_element', l10nkey,'button')
end

Then /^I press menu item of translated l10n?key "?([^\"]*)"?$/ do |l10nkey|
  perform_action('press_l10n_element', l10nkey,'menu_item')
end

Then /^I press toggle button of translated l10n?key "?([^\"]*)"?$/ do |l10nkey|
  perform_action('press_l10n_element', l10nkey,'toggle_button')
end

Then /^I wait for the translated "?([^\"]*)"? l10n?key to appear$/ do |l10nkey|
  perform_action('wait_for_l10n_element', l10nkey)
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
calabash-android-0.9.30 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.29 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.28 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.25 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.24 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.22 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.21 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.20 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.19 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.18 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.17 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.16 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.14 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.12 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.11 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.10 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.9 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.8 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.7 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.9.6 lib/calabash-android/steps/l10n_steps.rb