Skip to content

Commit 54718ea

Browse files
committed
Revert test changes
1 parent 2091fc3 commit 54718ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/src/test/java/org/oppia/android/testing/espresso/TextInputActionTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class TextInputActionTest {
5353
}
5454
}
5555

56-
/*@Test
56+
@Test
5757
fun testTextExistsMatcher_descriptionMatchesExpectedDescription() {
5858
val errorText = "Incorrect Administrator PIN. Please try again."
5959
val expectedDescription =
@@ -87,7 +87,7 @@ class TextInputActionTest {
8787
val result: Boolean = errorTextNotExisted.matches(textInputLayout)
8888
assertThat(result).isFalse()
8989
}
90-
}*/
90+
}
9191

9292
@Test
9393
fun testTextDoesNotExistMatcher_descriptionMatchesExpectedDescription() {

0 commit comments

Comments
 (0)