Skip to content

Commit fb5a545

Browse files
authored
test: search_context_test.rb
1 parent a6d6be1 commit fb5a545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/android/android/search_context_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ def test_uiautomator
4040
def test_viewtag
4141
skip 'UiAutomator2 does not support viewtag' if @@core.automation_name != :espresso
4242

43+
# no elements but the search context does not get exception about the search context method
4344
es = @driver.find_elements :viewtag, 'example'
4445
assert_equal 0, es.size
45-
assert_equal ::Appium::Core::Element, es.first.class
4646
end
4747

4848
def test_datamatcher

0 commit comments

Comments
 (0)