We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b641af8 commit f8338b9Copy full SHA for f8338b9
test/functional/android/android/search_context_test.rb
@@ -29,13 +29,9 @@ def teardown
29
@@core.quit_driver
30
end
31
32
- def test_uiautomation
+ def test_uiautomator
33
skip 'Espresso does not support uiautomator' if @@core.automation_name == :espresso
34
-
35
- @@core.wait do
36
- e = @driver.find_elements :uiautomator, 'new UiSelector().clickable(true)'
37
- assert e.size > 10
38
- end
+ assert @driver.find_element :uiautomator, 'new UiSelector().clickable(true)'
39
40
41
def test_viewtag
0 commit comments