From 0b523696c32fa53daa15e4c8e3794a6af729c2c1 Mon Sep 17 00:00:00 2001 From: developerraman Date: Thu, 28 Jan 2021 22:54:33 +0530 Subject: [PATCH] Espresso Test Check --- .../java/in/sminnovations/arrest_tb/LoginActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/androidTest/java/in/sminnovations/arrest_tb/LoginActivity.java b/app/src/androidTest/java/in/sminnovations/arrest_tb/LoginActivity.java index a22eebb..8e9208b 100644 --- a/app/src/androidTest/java/in/sminnovations/arrest_tb/LoginActivity.java +++ b/app/src/androidTest/java/in/sminnovations/arrest_tb/LoginActivity.java @@ -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.