diff --git a/features/admin/login.feature b/features/admin/login.feature index 3c6b5d2b..fd996ed1 100644 --- a/features/admin/login.feature +++ b/features/admin/login.feature @@ -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 diff --git a/features/admin/pages.feature b/features/admin/pages.feature index c8e57b55..e56336e9 100644 --- a/features/admin/pages.feature +++ b/features/admin/pages.feature @@ -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