Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
update GameScreenActivityTest
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeZmt committed Mar 17, 2022
1 parent 2114606 commit 8ad4578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class GamescreenActivityTest {
*/
@Test
fun checkIntentOnEnding() {
onView(withId(R.id.go_to_end)).perform(click())
onView(withId(R.id.scoresTable)).perform(click())
intended(hasComponent(GameEndingScreen::class.java.name))
intended(hasExtra("playerName", "Arda"))
intended(hasExtra("nbIncorrectSong", 3))
Expand Down

0 comments on commit 8ad4578

Please sign in to comment.