Skip to content

Commit 16b33af

Browse files
committed
iOS button elements tests are green
1 parent 524d412 commit 16b33af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios_tests/lib/ios/specs/ios/element/button.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def gray
3030
t 'buttons' do
3131
exp = ['Back', 'Back', 'Gray', 'Right pointing arrow']
3232
buttons('a').map { |e| e.name }.must_equal exp
33-
buttons.length.must_equal exp.length
33+
buttons('a').length.must_equal exp.length
3434
end
3535

3636
t 'first_button' do
@@ -52,4 +52,4 @@ def gray
5252
t 'after_last' do
5353
after_last
5454
end
55-
end
55+
end

0 commit comments

Comments
 (0)