コード例 #1
0
ファイル: CaseCreationSteps.cs プロジェクト: iamcucusa/e2e
 public void GivenIEnterToCreateANewCase()
 {
     mainCasesPage.NewCase();
     Assert.True(caseCreationPage.CaseCreationDialog.Displayed, "The dialog to create a new case was not displayed");
 }