fixing tests
This commit is contained in:
parent
3f71197440
commit
e3c3e9580d
1 changed files with 2 additions and 5 deletions
|
|
@ -270,11 +270,8 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
testRunner.WaitForName("Disconnect from printer button");
|
||||
|
||||
testRunner.Delay();
|
||||
if (testRunner.NamedWidgetExists("Already Loaded Button"))
|
||||
{
|
||||
testRunner.ClickByName("Already Loaded Button");
|
||||
}
|
||||
// replace the old behavior of clicking the 'Already Loaded' button by setting to filament_has_been_loaded.
|
||||
ApplicationController.Instance.ActivePrinters.First().Settings.SetValue(SettingsKey.filament_has_been_loaded, "1");
|
||||
|
||||
// Access through static instance must occur after Connect has occurred and the port has spun up
|
||||
Emulator.Instance.RunSlow = runSlow;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue