Don't try to heat bed if it doesn't exists.

This commit is contained in:
Lars Brubaker 2017-08-09 14:35:28 -07:00
parent b578159335
commit 16866e5f95
6 changed files with 66 additions and 33 deletions

View file

@ -80,14 +80,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
// switch to controls so we can see the heights
testRunner.SwitchToControlsTab();
// run the leveling wizard
// run the leveling wizard (only 4 next as there is no heated bed
testRunner.ClickByName("Finish Setup Button");
testRunner.ClickByName("Next Button");
testRunner.ClickByName("Next Button");
testRunner.ClickByName("Next Button");
testRunner.ClickByName("Next Button");
testRunner.ClickByName("Next Button");
testRunner.ClickByName("Next Button");
for (int i = 0; i < 3; i++)
{
testRunner.ClickByName("Move Z positive");