Changed queue to be a file library in appdata
fixed queue test
This commit is contained in:
parent
09edb55ba4
commit
9f7aa3bacb
8 changed files with 45 additions and 33 deletions
|
|
@ -86,7 +86,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
};
|
||||
|
||||
// Add a cube to the bed
|
||||
testRunner.NavigateToFolder("Print Queue Row Item Collection");
|
||||
testRunner.NavigateToFolder("Queue Row Item Collection");
|
||||
testRunner.ClickByName("Row Item cube_20x20x20.stl");
|
||||
testRunner.ClickByName("Print Library Overflow Menu");
|
||||
testRunner.ClickByName("Add to Bed Menu Item");
|
||||
|
|
@ -110,7 +110,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
Assert.AreEqual(0, scene.Children.Count);
|
||||
|
||||
// Add a cylinder
|
||||
testRunner.NavigateToFolder("Print Queue Row Item Collection");
|
||||
testRunner.NavigateToFolder("Queue Row Item Collection");
|
||||
testRunner.ClickByName("Row Item cylinder_5x20.stl");
|
||||
testRunner.ClickByName("Print Library Overflow Menu");
|
||||
testRunner.ClickByName("Add to Bed Menu Item");
|
||||
|
|
@ -137,7 +137,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
Assert.AreEqual(0, scene.Children.Count);
|
||||
|
||||
// add the cube
|
||||
testRunner.NavigateToFolder("Print Queue Row Item Collection");
|
||||
testRunner.NavigateToFolder("Queue Row Item Collection");
|
||||
testRunner.ClickByName("Row Item cube_20x20x20.stl");
|
||||
testRunner.ClickByName("Print Library Overflow Menu");
|
||||
testRunner.ClickByName("Add to Bed Menu Item");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue