We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b352a5b commit 5e2db29Copy full SHA for 5e2db29
Sources/KIF/Classes/KIFUITestActor.m
@@ -578,8 +578,8 @@ - (void)enterText:(NSString *)text intoElement:(UIAccessibilityElement *)element
578
{
579
// In iOS7, tapping a field that is already first responder moves the cursor to the front of the field
580
if (view.window.firstResponder != view) {
581
- [self tapAccessibilityElement:element inView:view];
582
[self waitForTimeInterval:0.25 relativeToAnimationSpeed:YES];
+ [self tapAccessibilityElement:element inView:view];
583
}
584
585
[self enterTextIntoCurrentFirstResponder:text fallbackView:view];
0 commit comments