Skip to content

Instantly share code, notes, and snippets.

@danielmorrisdesign
Last active March 4, 2016 10:32
Show Gist options
  • Save danielmorrisdesign/56f2bc6c3c731c077370 to your computer and use it in GitHub Desktop.
Save danielmorrisdesign/56f2bc6c3c731c077370 to your computer and use it in GitHub Desktop.
func testDismissal() {
let imageController = ImagePickerSheetController()
imageController.addAction(ImageAction(title: “Cancel”))
rootViewController.presentViewController(imageController, animated: true, completion: nil)
tester().tapViewWithAccessibilityLabel(“Cancel”)
tester().waitForAbsenceOfViewWithAccessibilityIdentifier(ID)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment