Sha256: a9c0a1419e193ab1e4c85d82b8c0595bd2070c241efb8aa8d159134298c45332

Contents?: true

Size: 636 Bytes

Versions: 36

Compression:

Stored size: 636 Bytes

Contents

Then /^I press text of translated l10key (\d+)$/ do |l10key|
  perform_action('press_l10n_element', l10key)
end

Then /^I press button of translated l10key (\d+)$/ do |l10key|
  perform_action('press_l10n_element', l10key,'button')
end

Then /^I press menu item of translated l10key (\d+)$/ do |l10key|
  perform_action('press_l10n_element', l10key,'menu_item')
end

Then /^I press toggle button of translated l10key (\d+)$/ do |l10key|
  perform_action('press_l10n_element', l10key,'toggle_button')
end

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

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
calabash-android-0.5.15.coordinate.pre.fix2 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.15.coordinate.pre.fix lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.15 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.15.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.14 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.13.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.12 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.12.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.11 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.10 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.10.pre2 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.10.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.9 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.9.pre2.intenthook1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.9.pre2 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.9.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.8 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.8.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.7 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.5.6 lib/calabash-android/steps/l10n_steps.rb