Rename scenario

This commit is contained in:
Nicolas Le Goff
2013-03-12 16:00:34 +01:00
committed by Romain Neutron
parent d01daf2fc7
commit b48956fe39

View File

@@ -9,7 +9,7 @@ Scenario: Give access to register page
And I am on "/login/"
Then I should see an "a#link-register" element
Scenario: Restrict access to register page if registration is not enable
Scenario: Revoke access to register page
Given user registration is disable
And I am not authenticated
And I am on "/login/register/"