test(e2e): drop cont_line_scan from expected scan selection

This commit is contained in:
2026-07-31 10:46:04 +02:00
committed by Jan Wyzula
parent d57bf84d9e
commit 3d451f20cd
+3 -1
View File
@@ -4,11 +4,13 @@ from bec_widgets.utils.widget_io import WidgetIO
def test_scan_control_populate_scans_e2e(scan_control):
# cont_line_scan is not expected: its v4 signature has optional kwargs typed
# float | None (offset, atol), which ScanControl cannot render yet, so the
# widget filters it out of the scan selection.
expected_scans = [
"grid_scan",
"fermat_scan",
"round_scan",
"cont_line_scan",
"cont_line_fly_scan",
"round_scan_fly",
"round_roi_scan",