Skip to content

Commit

Permalink
Tune value
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 16, 2025
1 parent 4265ccb commit 96fc6b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ - (NSString *)wdValue
value = @([value boolValue]);
} else if (elementType == XCUIElementTypeTextView ||
elementType == XCUIElementTypeTextField ||
elementType == XCUIElementTypeSearchField ||
elementType == XCUIElementTypeSecureTextField) {
NSString *placeholderValue = self.placeholderValue;
value = FBFirstNonEmptyValue(value, placeholderValue);
Expand Down

0 comments on commit 96fc6b8

Please sign in to comment.