Skip to content

Commit 12b35a6

Browse files
All tests passing
1 parent 01f4ecf commit 12b35a6

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

Diff for: android_tests/lib/android/specs/common/element/text.rb

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
describe 'common/element/text' do
44
t 's_texts' do
5-
act = s_texts
65
exp = ['API Demos', 'Accessibility', 'Animation', 'App', 'Content', 'Graphics', 'Media', 'NFC', 'OS', 'Preference', 'Text', 'Views']
6+
7+
# must wait for page to load
8+
ignore { wait_true(10) { s_texts == exp } }
9+
act = s_texts
10+
711
act.must_equal exp
812
end
913

0 commit comments

Comments
 (0)