We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1632637 commit eb85b1bCopy full SHA for eb85b1b
test/functional/android/android/device_test.rb
@@ -355,7 +355,7 @@ def scroll_to(text)
355
@driver.find_element :accessibility_id, text
356
else
357
text = %("#{text}")
358
- rid = resource_id(text, "new UiSelector().resourceId(#{text});")
+ rid = resource_id(text, "new UiSelector().resourceId(#{text})")
359
args = if rid.empty?
360
["new UiSelector().textContains(#{text})", "new UiSelector().descriptionContains(#{text})"]
361
0 commit comments