예제 #1
0
 public void ChangeVariableOnTheStepoutPutSetsTheDisplayNameWithAStar()
 {
     WorkflowServiceTestingUIMap.Expand_DotnetDll_ByClickingCheckbox();
     WorkflowServiceTestingUIMap.Save_Tets_With_Shortcut();
     WorkflowServiceTestingUIMap.SetConstructorVariable("[[@newVar]]");
     WorkflowServiceTestingUIMap.Assert_Display_Text_ContainStar("Tab", true);
     WorkflowServiceTestingUIMap.Assert_Display_Text_ContainStar("Test", true, 1);
 }