From 52df04a5c9cf6784e955f412482d12d2f22d90cb Mon Sep 17 00:00:00 2001 From: developerraman Date: Tue, 2 Mar 2021 00:35:43 +0530 Subject: [PATCH] Removed compulsion on Nikshay number,Added the calculation of age automatically, character limit NIRT lab number and spin tube ID are 6 ,All the Automation Test Cases are edited ,About app Version Added ,Email ids for notify pipeline output are added. --- .../java/in/sminnovations/arrest_tb/RegisterActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/androidTest/java/in/sminnovations/arrest_tb/RegisterActivity.java b/app/src/androidTest/java/in/sminnovations/arrest_tb/RegisterActivity.java index 9e05ae0..b76f3c2 100644 --- a/app/src/androidTest/java/in/sminnovations/arrest_tb/RegisterActivity.java +++ b/app/src/androidTest/java/in/sminnovations/arrest_tb/RegisterActivity.java @@ -217,7 +217,7 @@ public class RegisterActivity { */ - @Test + /* @Test public void RegisterNumberExist1() { // Type text and then press the button. ViewInteraction appCompatEditText6 = onView( @@ -254,6 +254,6 @@ public class RegisterActivity { // Check that the text was changed. } - +*/ }