We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27732f4 commit bcd9934Copy full SHA for bcd9934
ios_tests/lib/ios/specs/ios/element/textfield.rb
@@ -33,6 +33,11 @@ def after_last
33
textfields.length.must_equal 4
34
end
35
36
+ t 'predicate textfields' do
37
+ textfield_count = execute_script(%Q(au.mainApp().getAllWithPredicate("type contains[c] 'textfield'", true))).length
38
+ textfield_count.must_equal 4
39
+ end
40
+
41
t 'first_textfield' do
42
first_textfield.text.must_equal enter_text
43
0 commit comments