Move redeem operations into user menu
- Issue MatterHackers/MCCentral#3104 Move Redeem operations into the User pulldown
This commit is contained in:
parent
507e04def6
commit
2688e1a0a8
3 changed files with 7 additions and 37 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue