Commit d2d130fc7b5c788434665b3c3ca76e91553e3da3
Committed by
Daniela Feitosa
1 parent
2d1d91bc
Exists in
master
and in
23 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" | ... | ... |