improving api
This commit is contained in:
parent
36854a955c
commit
5a99cc04a0
6 changed files with 32 additions and 55 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue