Sha256: b43c50f6f7722a12f829b2368d3daab2b4f402c43a5fa730f1f3c101148cd294

Contents?: true

Size: 573 Bytes

Versions: 9

Compression:

Stored size: 573 Bytes

Contents

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

  t 'before_first' do
    before_first
  end

  t 'ios_password' do
    ios_password.must_equal 8226.chr('UTF-8')
    ios_password(2).must_equal 8226.chr('UTF-8') * 2
  end

  # TODO: t 'get_page' do

  # t 'page' do # writes to std out

  t 'source_window' do
    source_window.length.must_be :>=, 14_000
  end

  # TODO: t 'page_window' do

  t 'id' do
    id 'Buttons' # 'Various uses of UIButton'
  end

  t 'ios_version' do
    ios_version.wont_be_empty
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
appium_lib-9.3.2 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.3.1 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.3.0 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.2.0 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.1.3 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.1.2 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.1.1 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.1.0 ios_tests/lib/ios/specs/ios/helper.rb
appium_lib-9.0.0 ios_tests/lib/ios/specs/ios/helper.rb