Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 5, 2024
1 parent c3d11ab commit 8f9ebc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WebDriverAgentLib/Categories/XCUIElement+FBTyping.m
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ - (BOOL)fb_clearTextWithSnapshot:(FBXCElementSnapshotWrapper *)snapshot
// kHIDPage_KeyboardOrKeypad did not work for tvOS's search field. (tvOS 17 at least)
// Tested XCUIElementTypeSearchField and XCUIElementTypeTextView whch were
// common search field and email/passowrd input in tvOS apps.
return [self.class fb_typeText:backspacesToType
typingSpeed:FBConfiguration.defaultTypingFrequency
error:error];
return FBTypeText(backspacesToType, FBConfiguration.defaultTypingFrequency, error);
#endif
}

Expand Down

0 comments on commit 8f9ebc0

Please sign in to comment.