diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9d9963508f0..48ed440dcf6 100755 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -686,7 +686,4 @@ In %s, you can listen to lessons! Select the audio language to listen to lessons STEP 5 OF 5 - - - “Very good!” said Uncle Berry. He looked at the kitchen table and saw that James had a jug of orange puree that hadn\'t been used.\n\n“Now, James,\" he said, \"I know a good recipe for orange smoothie. It requires mixing orange puree and milk in the ratio 3:2. Can you tell me which of the following pictures shows a 3:2 ratio of orange puree to milk?\"\n\n(Note: The orange puree is orange, and the milk is white.) diff --git a/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt b/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt index 6ec6e20d970..3337869ad9a 100644 --- a/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt +++ b/app/src/sharedTest/java/org/oppia/android/app/player/state/StateFragmentTest.kt @@ -5280,8 +5280,7 @@ class StateFragmentTest { clickNextNavigationButton() clickNextNavigationButton() - onView(withId(R.id.content_text_view)) - .check(matches(withText(R.string.fourteenth_question_in_ratio))) + verifySubmitAnswerButtonIsEnabled() } }