From e6d92b8f5c835121702207f215a3ea1b0aaf66a3 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 10 Dec 2012 19:54:17 -0300 Subject: [PATCH] Fixed test: features/suggest_article.feature --- features/suggest_article.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/suggest_article.feature b/features/suggest_article.feature index 1f83a66..4d23f5c 100644 --- a/features/suggest_article.feature +++ b/features/suggest_article.feature @@ -17,7 +17,7 @@ Feature: suggest article | target | article_name | article_body | name | email | | sample-community | A suggested article | this is an article about whales | jose | jose@example.org | When I am logged in as "joaosilva" - And I go to Sample Community's control panel + And I go to sample-community's control panel And I follow "Process requests" And I should see "suggested the publication of the article" Then I should see "Highlight this article" within ".task_box" @@ -25,7 +25,7 @@ Feature: suggest article @selenium Scenario: an article is suggested and the admin approve it Given I am on Sample Community's blog - And I follow "Suggest an article" and wait + And I follow "Suggest an article" And I fill in "Title" with "Suggestion" And I fill in "Your name" with "Some Guy" And I fill in "Email" with "someguy@somewhere.com" -- libgit2 0.21.2