Add test helper method to clear Setup Required
This commit is contained in:
parent
5e982f2eb9
commit
4fb21c525f
1 changed files with 14 additions and 0 deletions
|
|
@ -544,6 +544,20 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
}
|
||||
}
|
||||
|
||||
public static void OpenRequiredSetupAndConfigureMaterial(this AutomationRunner testRunner)
|
||||
{
|
||||
// Complete new material selection requirement
|
||||
testRunner.ClickByName("PrintPopupMenu");
|
||||
testRunner.ClickByName("Finish Setup Button");
|
||||
|
||||
// Configure ABS as selected material
|
||||
//testRunner.ClickByName("Material DropDown List");
|
||||
//testRunner.ClickByName("ABS Menu");
|
||||
|
||||
// Currently material selection is not required, simply act of clicking 'Select' clears setup required
|
||||
testRunner.ClickByName("Already Loaded Button");
|
||||
}
|
||||
|
||||
public static void NavigateToLibraryHome(this AutomationRunner testRunner)
|
||||
{
|
||||
testRunner.EnsureContentMenuOpen();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue