Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Include exception from failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed Jun 29, 2020
1 parent 0a21051 commit fb30ebf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ void writeDictionaryToFile(NSDictionary *info, NSString *filename)

// Recurse
elementCount = 0;


// Fails: "NSInvalidArgumentException", "*** -[__NSPlaceholderArray initWithCapacity:]: capacity (9223372036854775807) is ridiculous"
if (!element.isAccessibilityElement) {
elementCount = element.accessibilityElementCount;
NSMutableArray *mutableElements = [NSMutableArray arrayWithCapacity:elementCount];
Expand Down

0 comments on commit fb30ebf

Please sign in to comment.