Sha256: 6d0356f9ade60702edb7a39761e44868a9e55a4313be940d24d2f6a214124a14

Contents?: true

Size: 430 Bytes

Versions: 7

Compression:

Stored size: 430 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

7 entries across 7 versions & 1 rubygems

Version Path
appium_lib-8.2.1 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-8.2.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-8.1.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-8.0.2 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-8.0.1 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-8.0.0 ios_tests/lib/ios/specs/ios/patch.rb
appium_lib-7.0.0 ios_tests/lib/ios/specs/ios/patch.rb