android_tests/lib/android/specs/android/element/text.rb in appium_lib-4.1.0 vs android_tests/lib/android/specs/android/element/text.rb in appium_lib-5.0.0

- old
+ new

@@ -9,11 +9,11 @@ wait { text(1).text.must_equal 'API Demos' } wait { text('mos').text.must_equal 'API Demos' } end t 'texts' do - wait { texts('i').length.must_equal 6 } - wait { texts.length.must_equal 12 } + wait { texts('i').length.must_equal 7 } + wait { texts.length.must_equal 13 } end t 'first_text' do wait { first_text.text.must_equal 'API Demos' } end \ No newline at end of file