fixing tests

This commit is contained in:
LarsBrubaker 2020-07-03 16:32:44 -07:00
parent 31d7dbcbb8
commit 2b0614bbef
5 changed files with 10 additions and 3 deletions

View file

@ -51,6 +51,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
bool exportWindowExists1 = testRunner.WaitForName("Export Item Window", 0);
Assert.IsTrue(exportWindowExists1 == false, "Export window does not exist");
testRunner.NavigateToFolder("Print Queue Row Item Collection");
testRunner.ClickByName("Queue Export Button");
SystemWindow containingWindow;
GuiWidget exportWindow = testRunner.GetWidgetByName("Export Item Window", out containingWindow, 5);