Now testing Mirror X Y & Z
This commit is contained in:
parent
37ec72c2af
commit
6e45ede3d5
2 changed files with 88 additions and 39 deletions
|
|
@ -403,9 +403,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
public static void AddDefaultFileToBedplate(this AutomationRunner testRunner, string containerName = "Calibration Parts Row Item Collection", string partName = "Row Item Calibration - Box.stl")
|
||||
{
|
||||
testRunner.NavigateToFolder(containerName);
|
||||
testRunner.ClickByName(partName);
|
||||
if (!testRunner.NameExists(partName))
|
||||
{
|
||||
testRunner.NavigateToFolder(containerName);
|
||||
}
|
||||
|
||||
testRunner.ClickByName(partName);
|
||||
testRunner.AddSelectedItemToBedplate();
|
||||
testRunner.Delay(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue