Fixed a fix needed test

Fixed macro progress display
This commit is contained in:
Lars Brubaker 2017-01-19 12:35:33 -08:00
parent 7a062a2cb2
commit da7bc876a0
5 changed files with 16 additions and 19 deletions

View file

@ -47,7 +47,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
await MatterControlUtilities.RunTest(testToRun, overrideHeight: 800);
}
[Test, Apartment(ApartmentState.STA), Category("FixNeeded" /* See https://github.com/MatterHackers/MatterControl/issues/1565 for details */)]
[Test, Apartment(ApartmentState.STA)]
public async Task SoftwareLevelingRequiredCorrectWorkflow()
{
AutomationTest testToRun = (testRunner) =>
@ -83,7 +83,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
MatterControlUtilities.SwitchToAdvancedSettings(testRunner);
testRunner.ClickByName("Slice Settings Options Menu", 1);
testRunner.ClickByName("Reset to defaults Menu Item", 1);
testRunner.ClickByName("Reset to Defaults Menu Item", 1);
testRunner.ClickByName("Yes Button", .5);
testRunner.Wait(1);