ios_tests/lib/ios/specs/common/patch.rb in appium_lib-1.0.0 vs ios_tests/lib/ios/specs/common/patch.rb in appium_lib-2.0.0
- old
+ new
@@ -17,16 +17,16 @@
# Blocked on https://github.com/appium/appium/issues/628
describe 'Selenium::WebDriver::Element methods' do
# todo: t 'value' do; end
t 'name' do
- first_s_text.name.must_equal 'UICatalog'
+ first_text.name.must_equal 'UICatalog'
end
# t 'tag_name' do; end # Doesn't work on Android
t 'location_rel' do
- loc = first_s_text.location_rel
+ loc = first_text.location_rel
loc.x.class.must_equal String
loc.y.class.must_equal String
end
end
\ No newline at end of file