Improve control clicking
Add a click hint
This commit is contained in:
parent
3365a4f95c
commit
16f31b16e4
3 changed files with 44 additions and 5 deletions
|
|
@ -54,7 +54,8 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
.ClickByName("PrintPopupMenu")
|
||||
.ClickByName("Export GCode Button")
|
||||
.Type(fullPathToGcodeFile)
|
||||
.Type("{Enter}");
|
||||
.Type("{Enter}")
|
||||
.Delay();
|
||||
|
||||
Assert.IsTrue(File.Exists(fullPathToGcodeFile + ".gcode"), "Exported file not found");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue