Fix failing SwitchingMaterialsCausesSettingsChangedEvents test

- Issue MatterHackers/MCCentral#2598
Investigate failing automation tests
This commit is contained in:
John Lewin 2018-01-07 17:33:43 -08:00
parent 4f6c97f16f
commit cc2df3e33b

View file

@ -301,8 +301,8 @@ namespace MatterHackers.MatterControl.Tests.Automation
// Navigate to Local Library
testRunner.SwitchToSliceSettings();
testRunner.ClickByName("General Tab");
testRunner.ClickByName("Layers / Surface Tab");
// Navigate to General Tab -> Layers / Surface Tab
testRunner.SelectSliceSettingsField("Advanced", "layer_height");
Assert.AreEqual(0, layerHeightChangedCount, "No change to layer height yet.");
testRunner.ClickByName("Quality");