Intellij-Plugin
Intellij-Plugin copied to clipboard
Copy paste a text to the step and it shows as already implemented
Expected behavior
If the step is not implemented yet it show as unimplemented and provide an option to implement it.
Actual behavior
The step is not implemented yet but it is shown as implemented and does not provide an option to implement it.
Steps to reproduce
- Create a spec
Specification Headings
=====================
Abc
-----
*
- Copy text If your application supports Unicode, use \uFFFF or \x{FFFF} to insert a Unicode character.
- Now paste it next to the star option.
- This step is shown as already implemented.
- It does not give the "implement step option as well"
Gauge version
Gauge version: 0.4.1.nightly-2016-04-19
Plugins
-------
html-report (2.1.0)
java (0.3.4.nightly-2016-04-19)
Cannot reproduce this issue.
IntelliJ version: 2016.1.3
Gauge IntelliJ plugin version: 0.2.1
Gauge version: 0.5.1
Plugins
-------
java (0.4.1)
The option of implementation is given when the { is escaped. However even after implementing it, the step is marked as unimplemented.