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:
John Lewin 2018-01-07 19:09:16 -08:00
parent eece69fb0c
commit 6d45d9368f
3 changed files with 8 additions and 4 deletions

View file

@ -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);