Example #1
0
 public void ReportGenerationEditApplication()
 {
     ReportsManagementWindow.ClickOn();
     ReportEdit.ClickOn();
     ReportName.EnterClearText("edit" + RandomNumber.smallNumber());
     ApproveEdit.ClickOn();
     softAssert.VerifySuccessMsg();
 }
Example #2
0
 public void ReportManagementWindow()
 {
     ReportsManagementWindow.ClickOn();
     softAssert.VerifyElementPresentInsideWindow(ReportManagementWindowClose, ReportManagementWindowClose);
 }