@@ -39,7 +39,7 @@ - (void)testMissingFirstResponder
3939- (void )testEnteringTextIntoFirstResponder
4040{
4141 [tester tapViewWithAccessibilityLabel: @" Greeting" ];
42- [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 2 ];
42+ [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 1 ];
4343 [tester tapViewWithAccessibilityLabel: @" Select All" ];
4444 [tester enterTextIntoCurrentFirstResponder: @" Yo" ];
4545 [tester waitForViewWithAccessibilityLabel: @" Greeting" value: @" Yo" traits: UIAccessibilityTraitNone];
@@ -53,7 +53,7 @@ - (void)testFailingToEnterTextIntoFirstResponder
5353- (void )testEnteringTextIntoViewWithAccessibilityLabel
5454{
5555 [tester tapViewWithAccessibilityLabel: @" Greeting" ];
56- [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 2 ];
56+ [tester longPressViewWithAccessibilityLabel: @" Greeting" value: @" Hello" duration: 1 ];
5757 [tester tapViewWithAccessibilityLabel: @" Select All" ];
5858 [tester tapViewWithAccessibilityLabel: @" Cut" ];
5959 [tester enterText: @" Yo" intoViewWithAccessibilityLabel: @" Greeting" ];
@@ -110,7 +110,7 @@ - (void)testClearingALongTextField
110110- (void )testSettingTextIntoViewWithAccessibilityLabel
111111{
112112 UIView *greetingView = [tester waitForViewWithAccessibilityLabel: @" Greeting" ];
113- [tester longPressViewWithAccessibilityLabel: @" Greeting" duration: 2 ];
113+ [tester longPressViewWithAccessibilityLabel: @" Greeting" duration: 1 ];
114114 [tester setText: @" Yo" intoViewWithAccessibilityLabel: @" Greeting" ];
115115 [tester expectView: greetingView toContainText: @" Yo" ];
116116 [tester setText: @" Hello" intoViewWithAccessibilityLabel: @" Greeting" ];
0 commit comments