We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5042465 commit d90446dCopy full SHA for d90446d
ios_tests/lib/ios/specs/common/helper.rb
@@ -126,7 +126,7 @@ def uibutton_text
126
127
t 'find_ele_by_attr_include' do
128
el_text = find_ele_by_attr_include('UIAStaticText', :name, 'button').text
129
- el_text.must_equal ''
+ el_text.must_equal uibutton_text
130
131
el_name = find_ele_by_attr_include('UIAStaticText', :name, 'button').name
132
el_name.must_equal uibutton_text
@@ -143,7 +143,7 @@ def uibutton_text
143
144
t 'last_ele' do
145
el = last_ele('UIAStaticText')
146
- el.text.must_equal ''
+ el.text.must_equal 'Transitions, Shows UIViewAnimationTransitions'
147
el.name.must_equal 'Transitions, Shows UIViewAnimationTransitions'
148
end
149
0 commit comments