Sha256: afc99b6d91de43aa14436d5990f111158c82170b30d5f6987aa9212d3f3e0564
Contents?: true
Size: 316 Bytes
Versions: 7
Compression:
Stored size: 316 Bytes
Contents
describe 'android/patch.rb' do t 'type' do # nav to textfield wait { find('app').click } wait { find('search').click } wait { find('invoke').click } wait { first_textfield.type 'ok' } wait { first_textfield.text.must_equal 'ok' } # nav to start activity 3.times { back } end end
Version data entries
7 entries across 7 versions & 1 rubygems