Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Dec 7, 2023
1 parent 443853f commit 2844d8b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ class ExplorationActivityTest {
)
)

onView(withText("What is a Ratio?"))
onView(withText("What is a Ratio?")).check(matches(isDisplayed()))
}
explorationDataController.stopPlayingExploration(isCompletion = false)
}
Expand Down Expand Up @@ -1219,8 +1219,6 @@ class ExplorationActivityTest {

onView(withId(R.id.play_pause_audio_icon))
.check(matches(withContentDescription(context.getString(R.string.audio_pause_description))))

onView(withText("What is a Ratio?"))
}
explorationDataController.stopPlayingExploration(isCompletion = false)
}
Expand Down

0 comments on commit 2844d8b

Please sign in to comment.