Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Environment:Window XP, JDK 1.6
-
Number of attachments :
Description
The grammer definition details the availability of a @And notation. However, no annotation exists.
This may seem trivial, but in real terms it is fundamental blocker to writing clear scenarios.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.2 [ 16757 ] | |
Affects Version/s | web-3.1.1 [ 16885 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Not A Bug [ 6 ] |
The absence of the @And annotation is not an oversight nor a bug.
You have the ability to use "And" steps in the textual scenarios, but the step types are only Given/When/Then. The And simply replicates the type of the previous step.