Simplify property name
This commit is contained in:
parent
b781751331
commit
5e0b016e89
10 changed files with 70 additions and 70 deletions
|
|
@ -141,9 +141,9 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
var printer = ApplicationController.Instance.Printer;
|
||||
|
||||
testRunner.Delay(() => printer.BedPlate.ActiveLayerIndex + 1 == indexToWaitFor, 30, 500);
|
||||
testRunner.Delay(() => printer.Bed.ActiveLayerIndex + 1 == indexToWaitFor, 30, 500);
|
||||
|
||||
Assert.AreEqual(indexToWaitFor, printer.BedPlate.ActiveLayerIndex + 1);
|
||||
Assert.AreEqual(indexToWaitFor, printer.Bed.ActiveLayerIndex + 1);
|
||||
testRunner.ClickByName("Resume Button");
|
||||
testRunner.Delay(.1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue