Commit 99612dd16d39a9149519e7420fbe599249fca515
1 parent
faf5765a
Exists in
master
and in
29 other branches
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,9 +25,8 @@ Feature: publish article | ||
25 | And I follow "Spread" | 25 | And I follow "Spread" |
26 | And I check "Sample Community" | 26 | And I check "Sample Community" |
27 | And I press "Spread this" | 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 | Scenario: publishing an article with a different name | 31 | Scenario: publishing an article with a different name |
33 | Given I am logged in as "joaosilva" | 32 | Given I am logged in as "joaosilva" |