From d6c2b5ef97b543ea0edcd1488efb7bbd5f4570aa Mon Sep 17 00:00:00 2001 From: jlewin Date: Tue, 30 Apr 2019 16:44:33 -0700 Subject: [PATCH] Satisfy non-empty bed requirement --- Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs b/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs index 097ae05b7..70d05882b 100644 --- a/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs +++ b/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs @@ -55,6 +55,9 @@ namespace MatterHackers.MatterControl.Tests.Automation testRunner.Complete9StepLeveling(); + // Satisfy non-empty bed requirement + testRunner.AddItemToBedplate(); + testRunner.OpenPrintPopupMenu(); // make sure the button has changed to start print