improving api

This commit is contained in:
Lars Brubaker 2021-09-14 17:18:48 -07:00
parent 36854a955c
commit 5a99cc04a0
6 changed files with 32 additions and 55 deletions

View file

@ -59,21 +59,6 @@ namespace MatterHackers.MatterControl.Tests.Automation
});
}
[Test]
public async Task View3DOverflowMenus()
{
await MatterControlUtilities.RunTest(testRunner =>
{
testRunner.WaitForFirstDraw();
testRunner.AddAndSelectPrinter("Airwolf 3D", "HD");
testRunner.ClickByName("Model View Button");
testRunner.ClickByName("View3D Overflow Menu");
return Task.CompletedTask;
});
}
[Test]
public async Task ViewGenerateSupportMenu()
{