fixing test

This commit is contained in:
LarsBrubaker 2020-08-29 23:05:40 -07:00
parent 1e852a7531
commit d6cb1f15d1
2 changed files with 6 additions and 2 deletions

View file

@ -71,7 +71,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.WaitForReloadAll(() =>
{
testRunner.ClickByName("Printer Overflow Menu");
testRunner.ClickByName("Reset to Defaults Menu Item");
testRunner.ClickByName("Reset to Defaults... Menu Item");
testRunner.ClickByName("Yes Button");
});