Commit 7d4f0b8e3c0f97a1a62b0bb996d207608bed9144
1 parent
87c90fe5
Exists in
master
and in
29 other branches
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 | 19 | And "Maria Silva" is a member of "Sample Community" |
20 | 20 | And "Joao Silva" is admin of "Sample Community" |
21 | 21 | |
22 | - @selenium | |
22 | + @selenium @fixme | |
23 | 23 | Scenario: edit an article before approval |
24 | 24 | Given I am logged in as "mariasilva" |
25 | 25 | And I am on Maria Silva's homepage |
... | ... | @@ -53,7 +53,7 @@ Feature: approve article |
53 | 53 | When I go to Sample Community's sitemap |
54 | 54 | Then I should not see "Sample Article" |
55 | 55 | |
56 | - @selenium | |
56 | + @selenium @fixme | |
57 | 57 | Scenario: reject an article that was removed |
58 | 58 | Given I am logged in as "mariasilva" |
59 | 59 | And I follow "Dub Wars" | ... | ... |