fix mongo

This commit is contained in:
Bill Burke
2014-08-19 14:49:15 -04:00
parent 09ada81b27
commit 74cd23b331

View File

@@ -184,6 +184,8 @@ public class SocialLoginTest {
Assert.assertTrue(loginPage.isCurrent());
Assert.assertEquals("User with email already exists. Please login to account management to link the account.", loginPage.getError());
events.clear();
}
@Test