features/demo05.feature in macros4cuke-0.3.00 vs features/demo05.feature in macros4cuke-0.3.01
- old
+ new
@@ -8,11 +8,11 @@
Scenario: Defining a macro to be used with multiple arguments in a table
# The next step creates a macro(-step)
# The syntax of the new macro-step is specified between double quotes.
# The steps to execute when the macro is used/invoked are listed in the multiline triple quotes arguments.
# The macro arguments are put between chevrons <...>.
- Given I define the step "When I [enter my profile as]:" to mean:
+ Given I define the step "* I [enter my profile as]:" to mean:
"""
And I fill in "location" with "<location>"
And I fill in "email" with "<email>"
And I fill in "comment" with "<comment>"
And I click "Save"
@@ -32,6 +32,6 @@
"""
Invoked step: ... I fill in "location" with "Nowhere-City"
Invoked step: ... I fill in "email" with "nobody@example.com"
Invoked step: ... I fill in "comment" with "First comment line<br/>Second comment line<br/>Third comment line"
Invoked step: ... I click "Save"
- """
\ No newline at end of file
+ """