ios_tests/lib/ios/specs/ios/helper.rb in appium_lib-1.0.0 vs ios_tests/lib/ios/specs/ios/helper.rb in appium_lib-2.0.0
- old
+ new
@@ -7,11 +7,11 @@
t 'before_first' do
before_first
end
t 'ios_password' do
- ios_password.must_equal '•'
- ios_password(2).must_equal '•' * 2
+ ios_password.must_equal 8226.chr('UTF-8')
+ ios_password(2).must_equal 8226.chr('UTF-8') * 2
end
# todo: t 'get_page' do
# t 'page' do # writes to std out
\ No newline at end of file