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_email" with "admin@locomotiveapp.org"
|
||||||
And I fill in "admin_password" with "easyone"
|
And I fill in "admin_password" with "easyone"
|
||||||
And I press "Log in"
|
And I press "Log in"
|
||||||
And Show me the page
|
|
||||||
Then I should see "Listing pages"
|
Then I should see "Listing pages"
|
||||||
|
|
||||||
Scenario: Failed authentication
|
Scenario: Failed authentication
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
@site_up
|
@site_up
|
||||||
@authenticated
|
@authenticated
|
||||||
Feature: Manage Skills
|
Feature: Manage Skills
|
||||||
In order to manage pages
|
In order to manage pages
|
||||||
As an administrator
|
As an administrator
|
||||||
I want to add/edit/delete pages of my site
|
I want to add/edit/delete pages of my site
|
||||||
|
|
||||||
Scenario: Pages list is not accessible for non authenticated accounts
|
Scenario: Pages list is not accessible for non authenticated accounts
|
||||||
Given I am not authenticated
|
Given I am not authenticated
|
||||||
When I go to pages
|
When I go to pages
|
||||||
|
Loading…
Reference in New Issue
Block a user