Fix regression where changing logic to occur in filesystem selector caused headless test to fail.

See d4388ec76
This commit is contained in:
Dion Moult
2026-03-15 23:29:57 +11:00
parent 2edd1a5044
commit c30d24c4d9
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -313,6 +313,6 @@ Scenario: Create sheet - with a drawing added to it
Scenario: Add reference image
Given an empty IFC project
And I save IFC project
When I press "bim.add_reference_image(filepath='{cwd}/test/files/image.jpg')"
When I press "bim.add_reference_image(filepath='{cwd}/test/files/image.jpg', x_length=1, y_length=0.565)"
Then the object "IfcAnnotation/image" exists
And the object "IfcAnnotation/image" dimensions are "1.0,0.565,0."