features/demo06.feature in macros4cuke-0.3.15 vs features/demo06.feature in macros4cuke-0.3.16
- old
+ new
@@ -21,10 +21,15 @@
# Let's also assume that comment is optional
<?comment> And I fill in "comment" with "<comment>"</comment>
And I click "Save"
"""
+
+Scenario: An exception is forced by invoking the above macro with a triple quote string instead of a data table.
+ When I generate a DataTableNotFound exception
+
+
Scenario: # Let's use the macro-step WITHOUT the optional argument values.
When I [fill in the form with]:
|firstname|Alice|
|lastname| Inn |
|street_address| 11, No Street|
@@ -68,6 +73,7 @@
Invoked step: ... I fill in "city" with "Nowhere-City"
Invoked step: ... I fill in "country" with "Wonderland"
Invoked step: ... I fill in "email" with "alice.inn@wonder.land"
Invoked step: ... I fill in "comment" with "No comment!"
Invoked step: ... I click "Save"
- """
\ No newline at end of file
+ """
+