Skip to content

Commit

Permalink
feat: Add "elementDescription" property to audit issues containing th…
Browse files Browse the repository at this point in the history
…e debug description of an element (#802)
  • Loading branch information
mykola-mokhnach authored Oct 31, 2023
1 parent d92c985 commit 9925af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WebDriverAgentLib/Categories/XCUIApplication+FBHelpers.m
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ - (BOOL)fb_dismissKeyboardWithKeyNames:(nullable NSArray<NSString *> *)keyNames
@"compactDescription": extractIssueProperty(issue, @"compactDescription") ?: @"",
@"auditType": auditType,
@"element": [extractIssueProperty(issue, @"element") description] ?: @"",
@"elementDescription": [extractIssueProperty(issue, @"element") debugDescription] ?: @"",
}];
return YES;
};
Expand Down

0 comments on commit 9925af4

Please sign in to comment.