cleaning up whitespace on cucumber
This commit is contained in:
parent
1e79f5bcfd
commit
97551877c0
@ -9,7 +9,6 @@ Scenario: Successful authentication
|
||||
And I fill in "admin_email" with "admin@locomotiveapp.org"
|
||||
And I fill in "admin_password" with "easyone"
|
||||
And I press "Log in"
|
||||
And Show me the page
|
||||
Then I should see "Listing pages"
|
||||
|
||||
Scenario: Failed authentication
|
||||
|
@ -1,10 +1,10 @@
|
||||
@site_up
|
||||
@authenticated
|
||||
Feature: Manage Skills
|
||||
In order to manage pages
|
||||
As an administrator
|
||||
I want to add/edit/delete pages of my site
|
||||
|
||||
In order to manage pages
|
||||
As an administrator
|
||||
I want to add/edit/delete pages of my site
|
||||
|
||||
Scenario: Pages list is not accessible for non authenticated accounts
|
||||
Given I am not authenticated
|
||||
When I go to pages
|
||||
|
Loading…
Reference in New Issue
Block a user