Fix void bim tests after bim.add_potential_opening was removed

This commit is contained in:
Andrej730
2025-04-03 17:43:49 +05:00
parent 68cf8ee247
commit 605c86afc5
2 changed files with 25 additions and 12 deletions
+4
View File
@@ -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()