android_tests/lib/android/specs/common/device.rb in appium_lib-9.3.4 vs android_tests/lib/android/specs/common/device.rb in appium_lib-9.3.5
- old
+ new
@@ -21,9 +21,21 @@
t 'device_time' do
Date.parse(device_time)
end
+ t 'get_system_bars' do
+ get_system_bars
+ end
+
+ t 'get_display_density' do
+ (get_display_density > 0).must_equal true
+ end
+
+ t 'system_bars' do
+ is_keyboard_shown.must_equal false
+ end
+
t 'background_app' do
wait { background_app 5 }
end
t 'start_activity' do