Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
If you write a scenario with parameter see example, and comment the next scenario with !--. Then the previous when doesn't work.
Example: This will not work
Scenario: example
When using profiles
profile |
WEBSOCKET 1 |
!-- Scenario: xxx
The scenario example will not work, because he think that !-- Scenario: xxx is a parameter.
But if you comment something else like (!-- example comment) after the example scenario. It will work correct.
Example: This will work
Scenario: example
When using profiles
profile |
WEBSOCKET 1 |
!-- example comment
Activity
Anil Rasouli
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
If you write a scenario with parameter see example, and comment the next scenario with !--. Then the previous when doesn't work.
Example: This will not work Scenario: example When using profiles |profile| |WEBSOCKET 1 | !-- Scenario: xxx The scenario example will not work, because he think that Scenario is a parameter. But if you comment something else like (!-- example comment) after the example scenario. It will work correct. Example: This will work Scenario: example When using profiles |profile| |WEBSOCKET 1 | !-- example comment |
If you write a scenario with parameter see example, and comment the next scenario with !--. Then the previous when doesn't work.
Example: This will not work Scenario: example When using profiles |profile| |WEBSOCKET 1 | !-- Scenario: xxx The scenario example will not work, because he think that !-- Scenario: xxx is a parameter. But if you comment something else like (!-- example comment) after the example scenario. It will work correct. Example: This will work Scenario: example When using profiles |profile| |WEBSOCKET 1 | !-- example comment |
Does using the table comment work?