Improving documentation

This commit is contained in:
LarsBrubaker 2022-02-23 08:09:56 -08:00
parent e5967ff858
commit 19a5b9c4a8
3 changed files with 10 additions and 12 deletions

View file

@ -309,17 +309,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
{
SystemWindow systemWindow;
testRunner.GetWidgetByName("Hardware Tab", out systemWindow, 10);
testRunner.WaitforDraw(systemWindow);
// close the welcome message
if (testRunner.WaitForName("Start New Design"))
{
testRunner.ClickByName("Start New Design")
.Delay();
}
// and close the product tour offer
testRunner.ClickByName("Cancel Wizard Button");
testRunner.WaitforDraw(systemWindow)
// close the welcome message
.ClickByName("Start New Design")
.Delay(.5)
// and close the product tour offer
.ClickByName("Cancel Wizard Button");
if (removeDefaultPhil)
{