Improving documentation
This commit is contained in:
parent
e5967ff858
commit
19a5b9c4a8
3 changed files with 10 additions and 12 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue