コード例 #1
0
 public void ThenExportIsInProgress()
 {
     HomePageAsserter.AssertProcessIsInProgress(this.homePage.ExportConfirmationMessage.Text, "Preparing document to download. Please wait...");
 }
コード例 #2
0
 public void ThenPrintFileIsInProgress()
 {
     HomePageAsserter.AssertProcessIsInProgress(this.homePage.PrintConfirmationMessage.Text, "Preparing document to print. Please wait...");
 }