fixing tests
This commit is contained in:
parent
31d7dbcbb8
commit
2b0614bbef
5 changed files with 10 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue