Description
If a change is made in the cucumber scenario of a .feature file and then we re-import it, the changes are not reflected on JIRA.
Steps to reproduce:
1. Import a feature file with the following content:
Feature: Example Two Scenario: Example Scenario Two Given I don't pass. When I pass. Then I pass Yes
2. Update the Scenario definition and re-import:
Feature: Example Two Scenario: Example Scenario Two Given I pass. When I pass. Then I pass No.
Actual Result:
- The Scenario definition remains the same
Expected Result:
- The Scenario definition should be updated