File tree 1 file changed +2
-0
lines changed
app/src/androidTest/java/com/dicoding/moviecatalog/activity
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ class MainActivityTest {
81
81
onView(withId(R .id.image_poster)).check(matches(withContentDescription(dummyTvShow[0 ].imagePath)))
82
82
onView(withId(R .id.movie_rating_text)).check(matches(isDisplayed()))
83
83
onView(withId(R .id.movie_rating_text)).check(matches(withText(dummyTvShow[0 ].rating)))
84
+ onView(withId(R .id.movie_episode_text)).check(matches(isDisplayed()))
85
+ onView(withId(R .id.movie_episode_text)).check(matches(withText(dummyTvShow[0 ].episode + " | " + dummyTvShow[0 ].season)))
84
86
onView(withId(R .id.movie_duration_text)).check(matches(isDisplayed()))
85
87
onView(withId(R .id.movie_duration_text)).check(matches(withText(dummyTvShow[0 ].duration)))
86
88
onView(withId(R .id.desc_text)).check(matches(isDisplayed()))
You can’t perform that action at this time.
0 commit comments