features/demo05.feature in macros4cuke-0.3.37 vs features/demo05.feature in macros4cuke-0.3.38
- old
+ new
@@ -16,10 +16,10 @@
And I fill in "email" with "<email>"
And I fill in "comment" with "<comment>"
And I click "Save"
"""
-Scenario: # Let's use the macro we created above
+Scenario: Let's use the macro we created above
# Here the macro is invoked. Actual value for the argument are passed in a table argument.
When I [enter my profile as]:
|location|Nowhere-City|
|email|nobody@example.com|
|comment|First comment line|