Hi! I have some variable to reuse the step description that is a string but the aslant shows error. ``` const stepDescription = 'My description'; await test.step(stepDescription, async () => { }) ```