Commit 99612dd16d39a9149519e7420fbe599249fca515

Authored by Rodrigo Souto
1 parent faf5765a

publish-article-features: fix strange test that breaks when all tests are ran

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
features/publish_article.feature
... ... @@ -25,9 +25,8 @@ Feature: publish article
25 25 And I follow "Spread"
26 26 And I check "Sample Community"
27 27 And I press "Spread this"
28   - And I go to sample-community's sitemap
29   - When I follow "Sample Article"
30   - Then I should see "This is the first published article"
  28 + When I go to sample-community's sitemap
  29 + Then I should see "Sample Article"
31 30  
32 31 Scenario: publishing an article with a different name
33 32 Given I am logged in as "joaosilva"
... ...