Esempio n. 1
0
 public void Show_Save_Before_Running_Tests_Dialog()
 {
     ExplorerUIMap.Show_ExplorerSecondItemTests_With_ExplorerContextMenu(xPath);
     WorkflowServiceTestingUIMap.Click_Workflow_Testing_Tab_Create_New_Test_Button();
     WorkflowServiceTestingUIMap.Click_Workflow_Testing_Tab_Run_All_Button();
     Assert.IsTrue(DialogsUIMap.MessageBoxWindow.Exists, "No save before running tests error dialog when clicking run all button while a test is unsaved.");
     DialogsUIMap.Click_Save_Before_Continuing_MessageBox_OK();
 }