.goToResetPassword()
.enterUserName("b")
.enterEmail("b")
.resetFailure();
assertThat(resetPasswordPage.expectError("not a well-formed email address"))
.contains("not a well-formed email address")
.as("Invalid email error is displayed");
String error = resetPasswordPage.getErrors().get(0);
// Both are valid, but show seemingly at random