mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Update colour by property test to reflect new behaviour of only showing geometry not empties
ALL (feature) TESTS PASS YESS
This commit is contained in:
@@ -472,7 +472,7 @@ def i_dont_see_text(text):
|
||||
def i_dont_see_the_name_list(name):
|
||||
assert panel_spy
|
||||
panel_spy.refresh_spy()
|
||||
assert name not in [l["listtype_name"] for l in panel_spy.spied_lists]
|
||||
assert name not in [l.spied_data["listtype_name"] for l in panel_spy.spied_lists]
|
||||
|
||||
|
||||
@given(parsers.parse('I see the "{prop}" property'))
|
||||
|
||||
Reference in New Issue
Block a user