Getting automation tests to pass with new ui changes

issue: MatterHackers/MCCentral#4108
Many test failures related to Controls/Terminal tabs being hidden by default
This commit is contained in:
Lars Brubaker 2018-09-10 10:42:18 -07:00
parent 5169b7d81c
commit f4d69c8f28
6 changed files with 34 additions and 5 deletions

View file

@ -73,7 +73,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
// reset to defaults and make sure print leveling is cleared
testRunner.SwitchToSliceSettings();
testRunner.ClickByName("Slice Settings Overflow Menu");
testRunner.ClickByName("Printer Overflow Menu");
testRunner.ClickByName("Reset to Defaults Menu Item");
testRunner.ClickByName("Yes Button");