Sha256: 66e7f9e348b3337140d66b646e3e5b438af059eecb57418530fb0be60a3a91c1

Contents?: true

Size: 429 Bytes

Versions: 11

Compression:

Stored size: 429 Bytes

Contents

# rake ios[ios/patch]
describe 'ios/patch' do
  def before_first
    screen.must_equal catalog
    go_to_textfields
  end

  def after_last
    leave_textfields
  end

  t 'before_first' do
    before_first
  end

  # todo: test 'label'

  t 'type' do
    # nav to textfield
    text('textfields').click

    ele = first_textfield
    ele.type 'ok'
    ele.text.must_equal 'ok'
  end

  t 'after_last' do
    after_last
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
appium_lib-6.0.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-5.0.1 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-5.0.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-4.1.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-4.0.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-3.0.3 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-3.0.2 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-3.0.1 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-3.0.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-2.1.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-2.0.0 ios_tests/lib/ios/specs/ios/patch.rb