Skip to content

Commit 8d2daeb

Browse files
Fix iOS 8.1 driver test
1 parent c52b099 commit 8d2daeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios_tests/lib/ios/specs/driver.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def is_sauce
195195

196196
# any elements
197197
t 'find_elements' do
198-
find_elements(:class, 'UIAStaticText').length.must_equal 13
198+
find_elements(:class, 'UIATableCell').length.must_equal 12
199199
end
200200

201201
# any element

0 commit comments

Comments
 (0)