From cc2df3e33bffe33c731a4046d5f5aaa09351c926 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Sun, 7 Jan 2018 17:33:43 -0800 Subject: [PATCH] Fix failing SwitchingMaterialsCausesSettingsChangedEvents test - Issue MatterHackers/MCCentral#2598 Investigate failing automation tests --- Tests/MatterControl.AutomationTests/SliceSettingsTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs b/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs index 0837ddac6..9c8cd7c95 100644 --- a/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs +++ b/Tests/MatterControl.AutomationTests/SliceSettingsTests.cs @@ -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");