Merge branch '1.6' of https://github.com/MatterHackers/MatterControl into 1.6
This commit is contained in:
commit
c6658b8464
1 changed files with 5 additions and 4 deletions
|
|
@ -459,13 +459,14 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
public static void SwitchToAdvancedSettings(AutomationRunner testRunner)
|
||||
{
|
||||
if (testRunner.NameExists("SettingsAndControls"))
|
||||
if (testRunner.WaitForName("SettingsAndControls", .2))
|
||||
{
|
||||
testRunner.ClickByName("SettingsAndControls", 1);
|
||||
testRunner.ClickByName("SettingsAndControls");
|
||||
testRunner.Wait(.5);
|
||||
}
|
||||
testRunner.ClickByName("User Level Dropdown", 1);
|
||||
testRunner.ClickByName("Advanced Menu Item", 1);
|
||||
|
||||
testRunner.ClickByName("User Level Dropdown");
|
||||
testRunner.ClickByName("Advanced Menu Item");
|
||||
testRunner.Wait(.5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue