Getting + tab to open on startup
Fixing test that failed as part of this
This commit is contained in:
parent
7ef109e749
commit
a97f117029
10 changed files with 77 additions and 34 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue