Fix failing SignInTestUserAndDoCloudLibrarySearchs test
- Issue MatterHackers/MCCentral#2600 Search button missing from breadcrumb bar - Issue MatterHackers/MCCentral#2598 Investigate failing automation tests
This commit is contained in:
parent
eece69fb0c
commit
6d45d9368f
3 changed files with 8 additions and 4 deletions
|
|
@ -162,7 +162,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
public static void CloseSignInAndPrinterSelect(this AutomationRunner testRunner, PrepAction preAction = PrepAction.CloseSignInAndPrinterSelect)
|
||||
{
|
||||
SystemWindow systemWindow;
|
||||
testRunner.GetWidgetByName("View3DWidget", out systemWindow);
|
||||
testRunner.GetWidgetByName("View3DWidget", out systemWindow, 10);
|
||||
// make sure we wait for MC to be up and running
|
||||
testRunner.WaitforDraw(systemWindow);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue