Skip to content

Commit

Permalink
Fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Oct 18, 2023
1 parent 87ba463 commit c7ccf25
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,8 @@ class ExplorationActivityTest {
RATIOS_STORY_ID_0,
RATIOS_EXPLORATION_ID_0
)
waitForTheView(withText("What is a Ratio?"))
// waitForTheView(withText("What is a Ratio?"))
onView(withId(R.id.exploration_toolbar_title))
networkConnectionUtil.setCurrentConnectionStatus(ProdConnectionStatus.LOCAL)
testCoroutineDispatchers.runCurrent()
onView(withId(R.id.action_audio_player)).perform(click())
Expand Down

0 comments on commit c7ccf25

Please sign in to comment.