Espresso Test Check
This commit is contained in:
@@ -65,7 +65,7 @@ public class LoginActivity {
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user