@Feature(summary = "The user must enter a known account and email pair " +
"to reset their password",
tcmsTestPlanIds = 5316, tcmsTestCaseIds = 0)
@Test(timeout = ZanataTestCase.MAX_SHORT_TEST_DURATION)
public void resetPasswordFailureForInvalidAccount() {
ResetPasswordPage resetPasswordPage = new BasicWorkFlow()
.goToHome()
.clickSignInLink()
.goToResetPassword()
.enterUserName("nosuchuser")
.enterEmail("nosuchuser@nosuchdomain.com")