File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
## [ Unreleased]
5
5
### Enhancements
6
6
7
+ ### Bug fixes
8
+
9
+ ### Deprecations
10
+
11
+ ## [ 1.9.2] - 2018-08-23
12
+ ### Enhancements
13
+
7
14
### Bug fixes
8
15
- fix unexpedted method missing against ` :to_hash `
9
16
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.9.1 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-08-20 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.9.2 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-08-23 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ def test_method_missing_attributes
20
20
e = @@core . wait { @@driver . find_element :accessibility_id , 'App' }
21
21
22
22
assert_equal 'App' , e . text
23
- assert_equal 'App' , e . enabled
24
- assert_equal 'App' , e . focused
25
- assert_equal 'App' , e . content_desc
23
+ assert_equal 'false' , e . focused
26
24
end
27
25
28
26
def test_type
You can’t perform that action at this time.
0 commit comments