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,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" |