mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Fix void bim tests after bim.add_potential_opening was removed
This commit is contained in:
@@ -351,6 +351,10 @@ def i_see_the_prop_property_is_value(prop, value):
|
||||
@when(parsers.parse('I set the "{prop}" property to "{value}"'))
|
||||
@then(parsers.parse('I set the "{prop}" property to "{value}"'))
|
||||
def i_set_the_prop_property_to_value(prop: str, value: str):
|
||||
"""
|
||||
:param prop: Could be either property name, property text, property icon
|
||||
or property index (e.g. "1st", "2nd", "5th").
|
||||
"""
|
||||
value = value.strip()
|
||||
assert panel_spy
|
||||
panel_spy.refresh_spy()
|
||||
|
||||
Reference in New Issue
Block a user