android_tests/lib/android/specs/android/element/textfield.rb in appium_lib-6.0.0 vs android_tests/lib/android/specs/android/element/textfield.rb in appium_lib-7.0.0

- old
+ new

@@ -1,7 +1,7 @@ describe 'android/element/textfield' do - def must_raise_no_element &block + def must_raise_no_element(&block) proc { block.call }.must_raise Selenium::WebDriver::Error::NoSuchElementError end def left 'Left is best' @@ -57,6 +57,6 @@ first_textfield.click hide_keyboard end t { after_last } -end \ No newline at end of file +end