features/demo02.feature in macros4cuke-0.3.00 vs features/demo02.feature in macros4cuke-0.3.01

- old
+ new

@@ -8,11 +8,11 @@ Scenario: Creating a basic scenario with one argument # The next step creates a macro(-step) # The syntax of the new macro-step is specified between the double quotes. # The steps to execute when the macro is used/invoked are listed in the multiline triple quotes arguments. # The macro argument is put between chevrons <...>. - Given I define the step "When I [log in\[\] as <userid>]" to mean: + Given I define the step "* I [log in\[\] as <userid>]" to mean: """ Given I landed in the homepage When I click "Sign in" And I fill in "Username" with "<userid>" And I fill in "Password" with "unguessable" @@ -29,6 +29,6 @@ Invoked step: ... I landed in the homepage Invoked step: ... I click "Sign in" Invoked step: ... I fill in "Username" with "guest" Invoked step: ... I fill in "Password" with "unguessable" Invoked step: ... I click "Submit" - """ \ No newline at end of file + """