Getting + tab to open on startup

Fixing test that failed as part of this
This commit is contained in:
Lars Brubaker 2018-02-08 15:42:07 -08:00
parent 7ef109e749
commit a97f117029
10 changed files with 77 additions and 34 deletions

View file

@ -61,11 +61,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
{
await MatterControlUtilities.RunTest(testRunner =>
{
testRunner.WaitForFirstDraw();
testRunner.AddAndSelectPrinter("Airwolf 3D", "HD");
testRunner.ClickByName("Model View Button");
testRunner.ClickByName("View3D Overflow Menu");
Assert.IsTrue(testRunner.WaitForName("Overhang-Menu Menu Item"), "Model overflow menu should have Overhang item");
Assert.IsTrue(testRunner.WaitForName("Overhang Menu Item"), "Model overflow menu should have Overhang item");
testRunner.ClickByName("Layers3D Button");
testRunner.ClickByName("View3D Overflow Menu");