@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
public void signInWithGoogleOpenID() {
String googleUsername = googleUsername1;
String googlePassword = googlePassword1;
HomePage homePage = new RegisterWorkFlow()
.registerGoogleOpenID("Zanata OpenID",
"openidtest", googlePassword,
googleUsername.concat("@gmail.com"));
assertThat("The registration message is shown",
homePage.getNotificationMessage(),
Matchers.equalTo("You will soon receive an email with a link" +
" to activate your account."));
}