gauge-vscode icon indicating copy to clipboard operation
gauge-vscode copied to clipboard

Test Explorer cannot expand Spec if the Spec header is immediately followed by a Scenario header

Open kuechlerm opened this issue 6 years ago • 0 comments

If you have a file example.spec with the following structure

# Spec Header
## Scenario Header
* Test something

the Spec cannot be expanded in the Test Explorer. Adding a blank line between the first and second line fixes this.

kuechlerm avatar Jul 25 '18 10:07 kuechlerm