Created
November 9, 2015 12:43
-
-
Save catehstn/36602ec97893e2a1acd1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)testOpenGalleryAndCancel { | |
[[app_ buttons][[SHAStrings galleryButtonTitleString]] tap]; | |
[[[[[app_ navigationBars][@"Photos"] childrenMatchingType:XCUIElementTypeButton] | |
matchingIdentifier:@"Cancel"] elementBoundByIndex:0] tap]; | |
// Should be at Home Page. | |
[self verifyHomePageButtons]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment