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