We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414c4de commit d6faefaCopy full SHA for d6faefa
android_tests/lib/android/specs/common/patch.rb
@@ -41,7 +41,7 @@
41
set_wait 30
42
end
43
value = value.split("\n").first.strip
44
- exp = "Could not find an element using supplied strategy. ID `ok` doesn't exist as text or content desc."
+ exp = 'No element found'
45
value.must_equal exp
46
47
0 commit comments