Skip to content

Commit 3a83203

Browse files
fix tests
1 parent 271a015 commit 3a83203

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

WebDriverAgentLib/Categories/XCUIElement+FBWebDriverAttributes.m

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ - (NSString *)wdLabel
120120

121121
- (NSString *)wdPlaceholderValue
122122
{
123-
NSString *placehlderValue = self.placeholderValue;
124-
if (nil != placehlderValue) {
125-
return placehlderValue;
126-
}
127-
return FBTransferEmptyStringToNil(placehlderValue);
123+
return FBTransferEmptyStringToNil(self.placeholderValue);
128124
}
129125

130126
- (NSString *)wdType

0 commit comments

Comments
 (0)