public void ForgotPassword_InformationMismatch() { utilities.ConsoleMessageStart(); utilities.extenttest = utilities.extent.StartTest("ForgotPassword_InformationMismatch"); utilities.extenttest.AssignCategory("AccountTests"); login.NavigateTo(); forgotpass.InformationMismatch(); forgotpass.ForgotPasswordClick(); Assert.IsTrue(this.ForgotPasswordValidatorsMap.InformationMismatchValidator.Displayed); utilities.extenttest.Log(LogStatus.Pass, "Assert pass "); }