Add conditional logic for bed validation
- Issue MatterHackers/MCCentral#5397 export as gcode test failing due to empty bed requirement
This commit is contained in:
parent
1107610bda
commit
50f3dab1a0
4 changed files with 6 additions and 5 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
|
||||
testRunner.WaitFor(() => File.Exists(fullPathToGcodeFile + ".gcode"), 10);
|
||||
|
||||
Assert.IsTrue(File.Exists(fullPathToGcodeFile + ".gcode") == true);
|
||||
Assert.IsTrue(File.Exists(fullPathToGcodeFile + ".gcode"), "Exported file not found");
|
||||
|
||||
return Task.FromResult(0);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue