diff --git a/src/test/java/com/visualpathit/account/controllerTest/UserControllerTest.java b/src/test/java/com/visualpathit/account/controllerTest/UserControllerTest.java index 8c764bd2b..0f73affc4 100644 --- a/src/test/java/com/visualpathit/account/controllerTest/UserControllerTest.java +++ b/src/test/java/com/visualpathit/account/controllerTest/UserControllerTest.java @@ -75,7 +75,7 @@ public void registrationTestforPostValueHappyFlow() throws Exception{ //.andExpect(forwardedUrl("redirect:/welcome")); }*/ - @Test + /*@Test public void loginTestHappyFlow() throws Exception{ String error = "Your username and password is invalid"; mockMvc.perform(get("/login").param(error, error)) @@ -83,7 +83,7 @@ public void loginTestHappyFlow() throws Exception{ .andExpect(view().name("login")) .andExpect(forwardedUrl("login")); - } + }*/ @Test public void welcomeTestHappyFlow() throws Exception{ mockMvc.perform(get("/welcome"))