Wait for expected child before returning
This commit is contained in:
parent
18a1ccfaa2
commit
98e5b1e2b7
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue