We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d6be1 commit fb5a545Copy full SHA for fb5a545
test/functional/android/android/search_context_test.rb
@@ -40,9 +40,9 @@ def test_uiautomator
40
def test_viewtag
41
skip 'UiAutomator2 does not support viewtag' if @@core.automation_name != :espresso
42
43
+ # no elements but the search context does not get exception about the search context method
44
es = @driver.find_elements :viewtag, 'example'
45
assert_equal 0, es.size
- assert_equal ::Appium::Core::Element, es.first.class
46
end
47
48
def test_datamatcher
0 commit comments