better bvh debugging
This commit is contained in:
parent
4c226457ea
commit
19d46d6afd
3 changed files with 9 additions and 6 deletions
|
|
@ -751,6 +751,12 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
if (!testRunner.NameExists(libraryRowItemName, .2))
|
||||
{
|
||||
while (!testRunner.NameExists("Bread Crumb Button Home", .2))
|
||||
{
|
||||
testRunner.ClickByName("Library Up Button")
|
||||
.Delay();
|
||||
}
|
||||
|
||||
// go back to the home section
|
||||
testRunner.ClickByName("Bread Crumb Button Home")
|
||||
.Delay();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue