Skip to content

Test suite: Fix unexpected return

segfault requested to merge 20276-fix-unexpected-return into stable

The correct keyword to exit the block of a cucumber step is next, not return.

Closes #20276 (closed)

Merge request reports