updating icons

This commit is contained in:
Lars Brubaker 2021-09-14 10:22:13 -07:00
parent e23f5076ec
commit bd60453d23
8 changed files with 3 additions and 3 deletions

View file

@ -757,7 +757,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
public static AutomationRunner SaveBedplateToFolder(this AutomationRunner testRunner, string newFileName, string folderName)
{
return testRunner.ClickByName("Save Menu SplitButton", offset: new Point2D(8, 0))
return testRunner.ClickByName("Save Menu SplitButton", offset: new Point2D(30, 0))
.ClickByName("Save As Menu Item")
.Delay(1)
.Type(newFileName)