Skip to content

Commit

Permalink
verify submit button is enable
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Dec 27, 2024
1 parent e32b058 commit d16826b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,4 @@
<string name="audio_language_fragment_text">In %s, you can listen to lessons!</string>
<string name="audio_language_fragment_subtitle">Select the audio language to listen to lessons</string>
<string name="onboarding_step_count_five">STEP 5 OF 5</string>

<!-- Ratio lesson contents -->
<string name="fourteenth_question_in_ratio">“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.)</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

Expand Down

0 comments on commit d16826b

Please sign in to comment.