Intellij-Plugin icon indicating copy to clipboard operation
Intellij-Plugin copied to clipboard

Copy paste a text to the step and it shows as already implemented

Open sswaroopgupta opened this issue 9 years ago • 2 comments

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

  1. Create a spec
Specification Headings
=====================

Abc
-----
* 
  1. Copy text If your application supports Unicode, use \uFFFF or \x{FFFF} to insert a Unicode character.
  2. Now paste it next to the star option.
  3. This step is shown as already implemented.
  4. 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)

sswaroopgupta avatar Apr 21 '16 05:04 sswaroopgupta

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)

kashishm avatar Jun 17 '16 10:06 kashishm

The option of implementation is given when the { is escaped. However even after implementing it, the step is marked as unimplemented.

sswaroopgupta avatar Jun 17 '16 10:06 sswaroopgupta