When attempting to use the "go to step definition" option from within a feature to a defined step if the BDD keyword does not match it will fail to find it.
For example
And I should return to the page and be logged in
Does not find
Define: Then I should return to the page and be logged in
However using the matching keyword does
Then I should return to the page and be logged in
With the option for interchangeable keywords this would be a nice addition.
When attempting to use the "go to step definition" option from within a feature to a defined step if the BDD keyword does not match it will fail to find it.
For example
And I should return to the page and be logged inDoes not find
Define: Then I should return to the page and be logged inHowever using the matching keyword does
Then I should return to the page and be logged inWith the option for interchangeable keywords this would be a nice addition.