Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin cannot recognize long steps separated on several lines in class with steps #22

Open
boltick opened this issue Oct 15, 2014 · 1 comment

Comments

@boltick
Copy link

boltick commented Oct 15, 2014

  1. Create a step separated on a few lines, e.g.
    image

    @given("I go to the page $page to validate " +
    "name $name " +
    "email $email " +
    "department $department")
    public void test(String name, String email, String department) {
    // test something
    }

  2. Go to the story file and try to use this step:
    image

  3. Try to add it via the autosuggestion
    image

ACTUAL RESULT
From screenshot you can see that plugin recognizes step incorrectly

EXPECTED RESULT:
Step must be recognized as:
Given I go to the page $page to validate name $name email $email department $department

@dmalch
Copy link

dmalch commented Oct 15, 2014

Hi, thank you for the issue. I'm working on improvements for code completion, this issue will be fixed there. I think that may be in a one or two weeks it should be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants