Espresso Test Check

This commit is contained in:
developerraman
2021-01-28 22:54:33 +05:30
parent 719c0137fb
commit 0b523696c3

View File

@@ -65,7 +65,7 @@ public class LoginActivity {
e.printStackTrace(); e.printStackTrace();
} }
onView(withText("No such user exists")).inRoot(new ToastMatcher()).check(matches(isDisplayed())); onView(withText("No such user Exists")).inRoot(new ToastMatcher()).check(matches(isDisplayed()));
// Check that the text was changed. // Check that the text was changed.