Sha256: e8079a3d6f01b3eabeb75afbc25e444a2c420e1130788e521612b95714712c8b

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 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 '•'
    ios_password(2).must_equal '•' * 2
  end

  # todo: t 'get_page' do

  # t 'page' do # writes to std out

  t 'source_window' do
    source_window.length.must_equal 11
  end

  # todo: t 'page_window' do
  # todo: t 'id' do
  # todo: t 'ios_version' do
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appium_lib-1.0.0 ios_tests/lib/ios/specs/ios/helper.rb