Workarounds for failing SoftwareLevelingRequiredCorrectWorkflow test

- Issue MatterHackers/MCCentral#2598
Investigate failing automation tests
This commit is contained in:
John Lewin 2018-01-07 16:38:43 -08:00
parent f38be7eec8
commit 025a0f1140
2 changed files with 5 additions and 1 deletions

View file

@ -722,6 +722,8 @@ namespace MatterHackers.MatterControl.Tests.Automation
public static void SwitchToSliceSettings(this AutomationRunner testRunner)
{
EnsurePrinterSidebarOpen(testRunner);
testRunner.ClickByName("Slice Settings Tab");
testRunner.ClickByName("General Tab");
}
@ -774,6 +776,8 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.ClickByName("Slice Settings Sidebar");
testRunner.ClickByName("Pin Settings Button");
}
}
/// <summary>