Made the emulator track and report position

Made a failing test for print leveling working
This commit is contained in:
Lars Brubaker 2017-01-10 17:20:24 -08:00
parent c023198c1b
commit 83832c77e1
7 changed files with 156 additions and 30 deletions

View file

@ -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");