We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b855c9 commit 22a329eCopy full SHA for 22a329e
ios_tests/lib/ios/specs/ios/element/textfield.rb
@@ -34,7 +34,7 @@ def after_last
34
end
35
36
t 'predicate textfields' do
37
- textfield_count = execute_script(%Q(au.mainApp().getAllWithPredicate("type contains[c] 'textfield'", true))).length
+ textfield_count = execute_script(%(au.mainApp().getAllWithPredicate("type contains[c] 'textfield'", true))).length
38
textfield_count.must_equal 4
39
40
0 commit comments