Fix UI workflow test as order changed

This commit is contained in:
jaknapper 2026-02-10 14:24:41 +00:00
parent f1845c3039
commit 1f01717a1b
2 changed files with 22 additions and 4 deletions

View file

@ -342,11 +342,11 @@ def test_histo_workflow_settings_ui(histo_workflow):
names = [el.property_name for el in ui]
expected_names = [
"overlap",
"skip_background",
"stack_images_to_save",
"stack_min_images_to_test",
"stack_dz",
"autofocus_dz",
"max_range",
"skip_background",
]
assert names == expected_names