You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an IntelliJ project with very simple JBehave story and class to map to it.
Create a branch for this project (I'm using Git, not sure if the specific VCS matters or not). So at this point you have at least one story file and step file of the same name in the two different projects.
Modify trunk/master to remove one given condition in the story specification and the Java steps.
Branch .story file now shows an error/warning even though it has not been modified. This is because this .story in branch is somehow associated step file in the trunk/master project.
Navigate (cmd-b or cmd-click) from branch story file to the step file. Notice the navigation changes projects and took you to the trunk/master's step file of the same name.
The text was updated successfully, but these errors were encountered:
To recreate:
The text was updated successfully, but these errors were encountered: