docs(flomni): add test step 36 for the single-point warning label/print
CI for csaxs_bec / test (push) Successful in 1m31s

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
x01dc
2026-07-13 22:28:07 +02:00
co-authored by Claude Sonnet 5
parent ca8178fff3
commit 9df9253c84
@@ -314,6 +314,15 @@ file is exactly how a regression sneaks in.
webpage shows no "At-each-angle hook" row anywhere once nothing has it
set — this feature should be invisible on the page unless actually in
use.
36. Click **Edit**. Confirm the yellow-ish note under "Random shift max"
("use `tomo_acquire_at_angle`, not `tomo_scan_projection`...") is
**hidden** while "Single-point scan" is unchecked. Check the
**"Single-point scan"** checkbox — confirm the note **appears**
immediately (no need to Submit first). Uncheck it — confirm it
disappears again. Cross-check the CLI side: `flomni.single_point_instead_of_fermat_scan = True`
should print the same reminder immediately (not just when you next
call `flomni.tomo_parameters()`), and setting it to `True` again right
after should stay silent (only the off→on transition prints).
## 7. Known limitations of this first iteration (by design, not bugs)