pub fn when<F, R>(description: impl Into<String>, body: F) -> Rwhere F: FnOnce() -> R,
Executes a “When” step (action).