Fix failing SwitchingMaterialsCausesSettingsChangedEvents test
- Issue MatterHackers/MCCentral#2598 Investigate failing automation tests
This commit is contained in:
parent
4f6c97f16f
commit
cc2df3e33b
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue