Sha256: 7d7ea685d6fe951df8967f9b490fc2f26a71bf0fff52dd3c690d31e36a23aeb4

Contents?: true

Size: 635 Bytes

Versions: 94

Compression:

Stored size: 635 Bytes

Contents

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

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

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

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

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

Version data entries

94 entries across 94 versions & 2 rubygems

Version Path
calabash-android-0.4.20.1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.22.pre4 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.22.pre3 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.22.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.21 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.20 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.19 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.19.pre4 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.19.pre3 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.19.pre2 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.19.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.18 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.16 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.15.pre2 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.15.pre1 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.14 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.13 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.12 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.11 lib/calabash-android/steps/l10n_steps.rb
calabash-android-0.4.10.pre5 lib/calabash-android/steps/l10n_steps.rb