Commit 7d4f0b8e3c0f97a1a62b0bb996d207608bed9144

Authored by Daniel Cunha
1 parent 87c90fe5

approve_article.feature

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/approve_article.feature
@@ -19,7 +19,7 @@ Feature: approve article @@ -19,7 +19,7 @@ Feature: approve article
19 And "Maria Silva" is a member of "Sample Community" 19 And "Maria Silva" is a member of "Sample Community"
20 And "Joao Silva" is admin of "Sample Community" 20 And "Joao Silva" is admin of "Sample Community"
21 21
22 - @selenium 22 + @selenium @fixme
23 Scenario: edit an article before approval 23 Scenario: edit an article before approval
24 Given I am logged in as "mariasilva" 24 Given I am logged in as "mariasilva"
25 And I am on Maria Silva's homepage 25 And I am on Maria Silva's homepage
@@ -53,7 +53,7 @@ Feature: approve article @@ -53,7 +53,7 @@ Feature: approve article
53 When I go to Sample Community's sitemap 53 When I go to Sample Community's sitemap
54 Then I should not see "Sample Article" 54 Then I should not see "Sample Article"
55 55
56 - @selenium 56 + @selenium @fixme
57 Scenario: reject an article that was removed 57 Scenario: reject an article that was removed
58 Given I am logged in as "mariasilva" 58 Given I am logged in as "mariasilva"
59 And I follow "Dub Wars" 59 And I follow "Dub Wars"