Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Nov 25, 2023
1 parent 54e0ba5 commit b0d2c72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ class ExplorationActivityTest {

// TODO(#89): The ExplorationActivity takes time to finish. This test case is failing currently.
@Test
@Ignore("The ExplorationActivity takes time to finish, needs to fixed in #89.")
// @Ignore("The ExplorationActivity takes time to finish, needs to fixed in #89.")
fun testAudioWifi_ratioExp_audioIcon_audioFragHasDefaultLangAndAutoPlays() {
getApplicationDependencies(
internalProfileId,
Expand All @@ -1097,7 +1097,7 @@ class ExplorationActivityTest {
shouldSavePartialProgress = false
)
).use {
waitForTheView(withText("What is a Ratio?"))
// waitForTheView(withText("What is a Ratio?"))
onView(withId(R.id.action_audio_player)).perform(click())
onView(
allOf(
Expand Down

0 comments on commit b0d2c72

Please sign in to comment.