Created
October 22, 2019 01:58
-
-
Save cdmunoz/de803a8e4244a73cc9888ec459014fb4 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
@Test | |
fun auctionPhotos_CreationGalleryClickUI() { | |
CameraAndGallery.savePickedImage(mActivityTestRule.activity) | |
val imgGalleryResult = CameraAndGallery.createImageGallerySetResultStub(mActivityTestRule.activity) | |
intending(hasAction(Intent.ACTION_CHOOSER)).respondWith(imgGalleryResult) | |
auctionPhotos_CreationInitialUI() | |
onView(withId(R.id.auctionphotos_button_gallery)).perform(click()) | |
onView(withId(R.id.auctionphotos_bigimage_viewer)).check(matches(hasImageSet())) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment