Wait for expected child before returning

This commit is contained in:
jlewin 2019-04-30 16:45:56 -07:00
parent 18a1ccfaa2
commit 98e5b1e2b7

View file

@ -881,8 +881,11 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.WaitFor(() => printerConnection.CommunicationState == CommunicationStates.Connected);
}
// open it
// Open PopupMenu
testRunner.ClickByName("PrintPopupMenu");
// Wait for child control
testRunner.WaitForName("Start Print Button");
}
/// <summary>