Add task feedback to design tabs

Improve Open button to be consistent with other drop buttons
Fix test
This commit is contained in:
Lars Brubaker 2021-09-16 16:31:14 -07:00
parent d4926e702f
commit d560ca5b89
4 changed files with 20 additions and 14 deletions

View file

@ -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);