Made the emulator track and report position
Made a failing test for print leveling working
This commit is contained in:
parent
c023198c1b
commit
83832c77e1
7 changed files with 156 additions and 30 deletions
|
|
@ -510,7 +510,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
{
|
||||
testRunner.WaitForName("Cancel Wizard Button", 1);
|
||||
|
||||
using (var emulatorProcess = testRunner.LaunchAndConnectToPrinterEmulator())
|
||||
using (var emulatorDisposable = testRunner.LaunchAndConnectToPrinterEmulator())
|
||||
{
|
||||
// Navigate to Local Library
|
||||
testRunner.ClickByName("Library Tab");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue