Workarounds for failing SoftwareLevelingRequiredCorrectWorkflow test
- Issue MatterHackers/MCCentral#2598 Investigate failing automation tests
This commit is contained in:
parent
f38be7eec8
commit
025a0f1140
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue