コード例 #1
0
 public void InvalidLoginVerify()
 {
     CommonActions.WaitForPageLoad();
     Waits.WaitForAlertToBePresent(Core.WaitType.Small);
     Report.LogInfo("Invalid login message is displayed");
     Report.TakeScreenshot();
     Verify.VerifyBrowserAlertMsg("Invalid Login", Core.WaitType.Small);
 }