Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Behavior:
When writing gherkin steps on Cucumber tests, users may have copied their step from a different source, bringing extra spaces in the beggining of the sentence, causing the auto-complete search to not work as expected.
This behavior can also happen if the shortcut (CTRL+Space) is used rapidly, several times, causing the request to have unwanted spaces and the search does not work as expected.
Expected result
Remove any extra spaces sentences may have.Â
Trim any extra spaces before the cucumber Gherkin keywords when querying for step suggestions