Use new control name

- Issue MatterHackers/MCCentral#2141
Investigate RenameButtonRenameLocalLibraryItem failure
This commit is contained in:
John Lewin 2017-10-30 16:12:34 -07:00
parent fb71cd2150
commit 7227ed3889
2 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
testRunner.Delay(.5);
testRunner.Type("Batman Renamed");
testRunner.ClickByName("Rename Button");
testRunner.ClickByName("InputBoxPage Action Button");
Assert.IsTrue(testRunner.WaitForName("Row Item Batman Renamed", 2));
return Task.CompletedTask;