예제 #1
0
 public void ClickNewTestWithUnsavedExistingTest()
 {
     WorkflowServiceTestingUIMap.Try_Click_Create_New_Tests();
     Assert.IsTrue(DialogsUIMap.MessageBoxWindow.Exists, "Messagebox warning about unsaved tests does not exist after clicking create new test.");
     DialogsUIMap.Click_Save_Before_Continuing_MessageBox_OK();
     WorkflowServiceTestingUIMap.Click_Close_Tests_Tab();
 }