Merge pull request #636 from patriot1burke/master

fix mongo
This commit is contained in:
Bill Burke 2014-08-19 14:49:35 -04:00
commit 0f6915c615

View file

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