public void CreateJobFromTemplate() { var nestingTemplates = HomeZone.GotoNestingTemplates(); nestingTemplates.ResultColumn.SelectItem("JT1", useId: false); nestingTemplates.BaseInfo.Name.Enabled.WaitFor(); nestingTemplates.Toolbar.CreateJob(); }
public void ImportTest() { Act(() => { var nestingTemplates = HomeZone.GotoNestingTemplates(); nestingTemplates.Toolbar.Import(@"C:\junk\N2_1.tmt"); nestingTemplates.WaitForDetailOverlayDisappear(TimeSpan.FromMinutes(1)); nestingTemplates.BaseInfo.Name.Value = "NestingTemplate2"; nestingTemplates.BaseInfo.RawMaterial.Value = "NestingTemplate2"; nestingTemplates.BaseInfo.ID.Value = "NestingTemplate2"; }); }