@@ -39,7 +39,7 @@ - (void)testMissingFirstResponder
39
39
- (void )testEnteringTextIntoFirstResponder
40
40
{
41
41
[tester tapViewWithAccessibilityLabel: @" Greeting" ];
42
- [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 2 ];
42
+ [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 1 ];
43
43
[tester tapViewWithAccessibilityLabel: @" Select All" ];
44
44
[tester enterTextIntoCurrentFirstResponder: @" Yo" ];
45
45
[tester waitForViewWithAccessibilityLabel: @" Greeting" value: @" Yo" traits: UIAccessibilityTraitNone];
@@ -53,7 +53,7 @@ - (void)testFailingToEnterTextIntoFirstResponder
53
53
- (void )testEnteringTextIntoViewWithAccessibilityLabel
54
54
{
55
55
[tester tapViewWithAccessibilityLabel: @" Greeting" ];
56
- [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 2 ];
56
+ [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 1 ];
57
57
[tester tapViewWithAccessibilityLabel: @" Select All" ];
58
58
[tester tapViewWithAccessibilityLabel: @" Cut" ];
59
59
[tester enterText: @" Yo" intoViewWithAccessibilityLabel: @" Greeting" ];
@@ -110,7 +110,7 @@ - (void)testClearingALongTextField
110
110
- (void )testSettingTextIntoViewWithAccessibilityLabel
111
111
{
112
112
UIView *greetingView = [tester waitForViewWithAccessibilityLabel: @" Greeting" ];
113
- [tester longPressViewWithAccessibilityLabel: @" Greeting" duration: 2 ];
113
+ [tester longPressViewWithAccessibilityLabel: @" Greeting" duration: 1 ];
114
114
[tester setText: @" Yo" intoViewWithAccessibilityLabel: @" Greeting" ];
115
115
[tester expectView: greetingView toContainText: @" Yo" ];
116
116
[tester setText: @" Hello" intoViewWithAccessibilityLabel: @" Greeting" ];
0 commit comments