Use new control name
- Issue MatterHackers/MCCentral#2141 Investigate RenameButtonRenameLocalLibraryItem failure
This commit is contained in:
parent
fb71cd2150
commit
7227ed3889
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue