We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2091fc3 commit 54718eaCopy full SHA for 54718ea
testing/src/test/java/org/oppia/android/testing/espresso/TextInputActionTest.kt
@@ -53,7 +53,7 @@ class TextInputActionTest {
53
}
54
55
56
- /*@Test
+ @Test
57
fun testTextExistsMatcher_descriptionMatchesExpectedDescription() {
58
val errorText = "Incorrect Administrator PIN. Please try again."
59
val expectedDescription =
@@ -87,7 +87,7 @@ class TextInputActionTest {
87
val result: Boolean = errorTextNotExisted.matches(textInputLayout)
88
assertThat(result).isFalse()
89
90
- }*/
+ }
91
92
@Test
93
fun testTextDoesNotExistMatcher_descriptionMatchesExpectedDescription() {
0 commit comments