Skip to content

Commit

Permalink
Revert test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiamboperes committed Aug 25, 2024
1 parent 2091fc3 commit 54718ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TextInputActionTest {
}
}

/*@Test
@Test
fun testTextExistsMatcher_descriptionMatchesExpectedDescription() {
val errorText = "Incorrect Administrator PIN. Please try again."
val expectedDescription =
Expand Down Expand Up @@ -87,7 +87,7 @@ class TextInputActionTest {
val result: Boolean = errorTextNotExisted.matches(textInputLayout)
assertThat(result).isFalse()
}
}*/
}

@Test
fun testTextDoesNotExistMatcher_descriptionMatchesExpectedDescription() {
Expand Down

0 comments on commit 54718ea

Please sign in to comment.