Add task feedback to design tabs
Improve Open button to be consistent with other drop buttons Fix test
This commit is contained in:
parent
d4926e702f
commit
d560ca5b89
4 changed files with 20 additions and 14 deletions
|
|
@ -367,7 +367,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
.ClickResumeButton(printer, false, 3) // close the pause dialog pop-up do not resume
|
||||
.ClickByName("Disconnect from printer button")
|
||||
.ClickByName("Yes Button") // accept the disconnect
|
||||
.ClickByName("Cancel Wizard Button") // click the close on the collect info dialog
|
||||
//.ClickByName("Cancel Wizard Button") // click the close on the collect info dialog
|
||||
.ClickByName("Connect to printer button") // Reconnect
|
||||
.WaitFor(() => printer.Connection.CommunicationState == CommunicationStates.Connected);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue