Move redeem operations into user menu

- Issue MatterHackers/MCCentral#3104
Move Redeem operations into the User pulldown
This commit is contained in:
John Lewin 2018-04-15 14:43:11 -07:00
parent 507e04def6
commit 2688e1a0a8
3 changed files with 7 additions and 37 deletions

View file

@ -436,6 +436,11 @@ namespace MatterHackers.MatterControl.Tests.Automation
Assert.IsTrue(queueItemData != null && queueItemData.ProjectFiles.Count > 0);
}
public static void OpenUserPopupMenu(this AutomationRunner testRunner)
{
testRunner.ClickByName("User Options Menu");
}
public static void NavigateToFolder(this AutomationRunner testRunner, string libraryRowItemName)
{
EnsureFoldersVisible(testRunner);