Skip to content

Commit d6faefa

Browse files
Fix common/patch test
1 parent 414c4de commit d6faefa

File tree

1 file changed

+1
-1
lines changed
  • android_tests/lib/android/specs/common

1 file changed

+1
-1
lines changed

android_tests/lib/android/specs/common/patch.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
set_wait 30
4242
end
4343
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."
44+
exp = 'No element found'
4545
value.must_equal exp
4646
end
4747

0 commit comments

Comments
 (0)