features/demo01.feature in macros4cuke-0.3.00 vs features/demo01.feature in macros4cuke-0.3.01
- old
+ new
@@ -7,11 +7,11 @@
Scenario: Definition of a simple macro-step
# 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.
- Given I define the step "When I [log in]" to mean:
+ Given I define the step "* I [log in]" to mean:
"""
Given I landed in the homepage
When I click "Sign in"
And I fill in "Username" with "johndoe"
And I fill in "Password" with "unguessable"
@@ -28,6 +28,6 @@
Invoked step: ... I landed in the homepage
Invoked step: ... I click "Sign in"
Invoked step: ... I fill in "Username" with "johndoe"
Invoked step: ... I fill in "Password" with "unguessable"
Invoked step: ... I click "Submit"
- """
\ No newline at end of file
+ """