From 99612dd16d39a9149519e7420fbe599249fca515 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Thu, 16 Jan 2014 19:57:33 +0000 Subject: [PATCH] publish-article-features: fix strange test that breaks when all tests are ran --- features/publish_article.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/features/publish_article.feature b/features/publish_article.feature index ec59e0b..6d5e26b 100644 --- a/features/publish_article.feature +++ b/features/publish_article.feature @@ -25,9 +25,8 @@ Feature: publish article And I follow "Spread" And I check "Sample Community" And I press "Spread this" - And I go to sample-community's sitemap - When I follow "Sample Article" - Then I should see "This is the first published article" + When I go to sample-community's sitemap + Then I should see "Sample Article" Scenario: publishing an article with a different name Given I am logged in as "joaosilva" -- libgit2 0.21.2