mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Added test to check #2839
This commit is contained in:
@@ -504,6 +504,7 @@ Scenario: Create window type based on window modifier, add an occurence of it an
|
|||||||
And I press "bim.hotkey(hotkey='S_A')"
|
And I press "bim.hotkey(hotkey='S_A')"
|
||||||
And I press "bim.enable_editing_window()"
|
And I press "bim.enable_editing_window()"
|
||||||
And I press "bim.finish_editing_window()"
|
And I press "bim.finish_editing_window()"
|
||||||
|
Then nothing happens
|
||||||
|
|
||||||
Scenario: Create door type based on door modifier, add an occurence of it and edit it
|
Scenario: Create door type based on door modifier, add an occurence of it and edit it
|
||||||
Given an empty IFC project
|
Given an empty IFC project
|
||||||
@@ -514,3 +515,13 @@ Scenario: Create door type based on door modifier, add an occurence of it and ed
|
|||||||
And I press "bim.hotkey(hotkey='S_A')"
|
And I press "bim.hotkey(hotkey='S_A')"
|
||||||
And I press "bim.enable_editing_door()"
|
And I press "bim.enable_editing_door()"
|
||||||
And I press "bim.finish_editing_door()"
|
And I press "bim.finish_editing_door()"
|
||||||
|
Then nothing happens
|
||||||
|
|
||||||
|
Scenario: Create a door, undo and create a new door
|
||||||
|
Given an empty IFC project
|
||||||
|
And I prepare to undo
|
||||||
|
And I press "mesh.add_door()"
|
||||||
|
And I undo
|
||||||
|
And I press "mesh.add_door()"
|
||||||
|
Then nothing happens
|
||||||
|
And the object "IfcDoor/IfcDoor" exists
|
||||||
Reference in New Issue
Block a user