Adding in the ability to change the settings detail

This commit is contained in:
Lars Brubaker 2020-12-28 17:50:04 -08:00
parent 00a2f7971b
commit 6472760a69
7 changed files with 582 additions and 75 deletions

View file

@ -106,7 +106,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.SwitchToSliceSettings();
// Move to Adhesion tab
testRunner.SelectSliceSettingsField(PrinterSettings.Layout.SliceSettings, "skirts");
testRunner.SelectSliceSettingsField(PrinterSettings.Layout.Advanced, "skirts");
// Click Brim toggle field forcing ReloadAll
testRunner.WaitForReloadAll(() => testRunner.ClickByName("Create Brim Field"));