From e7a10d70c881d2cb88960c6451ac2727f3351528 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 25 Feb 2013 19:10:48 -0300 Subject: [PATCH] Fixed test: features/new_content_on_cms.feature --- features/new_content_on_cms.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/features/new_content_on_cms.feature b/features/new_content_on_cms.feature index 3be6219..674820e 100644 --- a/features/new_content_on_cms.feature +++ b/features/new_content_on_cms.feature @@ -7,10 +7,10 @@ Feature: create content on cms | login | name | | joaosilva | Joao Silva | And I am logged in as "joaosilva" - And I am on Joao Silva's cms + And I am on joaosilva's cms Scenario: open page to select type of content - Given I follow "New Content" + Given I follow "New content" Then I should see "Choose the type of content" Scenario: list all content types @@ -27,7 +27,7 @@ Feature: create content on cms When I follow "Folder" And I fill in "Title" with "My Folder" And I press "Save" - And I go to Joao Silva's cms + And I go to joaosilva's cms Then I should see "My Folder" Scenario: create a tiny_mce article @@ -35,7 +35,7 @@ Feature: create content on cms When I follow "Text article with visual editor" And I fill in "Title" with "My tiny_mce article" And I press "Save" - And I go to Joao Silva's cms + And I go to joaosilva's cms Then I should see "My tiny_mce article" Scenario: create a textile article @@ -43,7 +43,7 @@ Feature: create content on cms When I follow "Text article with Textile markup" And I fill in "Title" with "My textile article" And I press "Save" - And I go to Joao Silva's cms + And I go to joaosilva's cms Then I should see "My textile article" Scenario: create a Blog @@ -51,7 +51,7 @@ Feature: create content on cms When I follow "Blog" And I fill in "Title" with "My blog" And I press "Save" - And I go to Joao Silva's cms + And I go to joaosilva's cms Then I should see "My blog" Scenario: create an event @@ -59,7 +59,7 @@ Feature: create content on cms When I follow "Event" And I fill in "Title" with "My event" And I press "Save" - And I go to Joao Silva's cms + And I go to joaosilva's cms Then I should see "My event" Scenario: redirect to upload files if choose UploadedFile -- libgit2 0.21.2