Fixing tests

This commit is contained in:
Lars Brubaker 2018-01-25 09:02:33 -08:00
parent 104ac94632
commit 7f036af2b3
3 changed files with 7 additions and 2 deletions

View file

@ -433,7 +433,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
Assert.IsFalse(testRunner.WaitForName("Bed Temperature Controls Widget", .5), "Controls -> Bed Temp should not be visible after Heated Bed unchecked");
return Task.CompletedTask;
}, overrideWidth: 1300);
});
}
[Test]