File tree 1 file changed +6
-6
lines changed
ios_tests/lib/ios/specs/ios/element
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def ui_catalog
5
5
end
6
6
7
7
def uiview_transitions
8
- 'Transitions, Shows UIViewAnimationTransitions '
8
+ 'Transitions'
9
9
end
10
10
11
11
def before_first
@@ -26,14 +26,14 @@ def before_first
26
26
end
27
27
28
28
t 'text' do
29
- text ( 'mat ' ) . text . must_equal uiview_transitions
29
+ text ( 'siti ' ) . text . must_equal uiview_transitions
30
30
text ( 1 ) . text . must_equal ui_catalog
31
- text ( 'mat ' ) . name . must_equal uiview_transitions
31
+ text ( 'siti ' ) . name . must_equal uiview_transitions
32
32
end
33
33
34
34
t 'texts' do
35
- exp = [ 'Controls, Various uses of UIControl' , 'Segments, Various uses of UISegmentedControl' ]
36
- texts . length . must_equal 13
35
+ exp = [ 'Controls' , ' Various uses of UIControl', 'Various uses of UISegmentedControl' ]
36
+ texts . length . must_equal 24
37
37
texts ( 'trol' ) . map { |e | e . name } . must_equal exp
38
38
texts ( 'uses' ) . length . must_equal 7
39
39
end
@@ -55,4 +55,4 @@ def before_first
55
55
t 'texts_exact' do
56
56
texts_exact ( 'UICatalog' ) . length . must_equal 1
57
57
end
58
- end
58
+ end
You can’t perform that action at this time.
0 commit comments