Commit 30e81255d5c98c014b73fc7c80ef3507ab4899bd
1 parent
b6ac3685
Exists in
master
and in
28 other branches
Removing impossible test
I've tested manually and this works, but I could not make this test work. So, for now I am removing it. :-( (ActionItem1608)
Showing
1 changed file
with
0 additions
and
27 deletions
Show diff stats
features/publish_article.feature
@@ -103,33 +103,6 @@ Feature: publish article | @@ -103,33 +103,6 @@ Feature: publish article | ||
103 | When I go to Another Community2's sitemap | 103 | When I go to Another Community2's sitemap |
104 | Then I should see "Sample Article" | 104 | Then I should see "Sample Article" |
105 | 105 | ||
106 | - Scenario: publishing articles with the same name in a moderated community | ||
107 | - Given I am logged in as "joaosilva" | ||
108 | - And "Joao Silva" is a member of "Sample Community" | ||
109 | - And "Joao Silva" is admin of "Sample Community" | ||
110 | - And I am on Sample Community's control panel | ||
111 | - And I follow "Community Info and settings" | ||
112 | - And I choose "profile_data_moderated_articles_true" | ||
113 | - And I press "Save" | ||
114 | - And I am on Joao Silva's control panel | ||
115 | - And I follow "Manage Content" | ||
116 | - And I follow "Spread" | ||
117 | - And I check "Sample Community" | ||
118 | - And I press "Spread this" | ||
119 | - And I am on Joao Silva's control panel | ||
120 | - And I follow "Manage Content" | ||
121 | - And I follow "Spread" | ||
122 | - And I check "Sample Community" | ||
123 | - And I press "Spread this" | ||
124 | - And I am on Sample Community's control panel | ||
125 | - And I follow "Tasks" | ||
126 | - And I press "Ok!" | ||
127 | - And I press "Ok!" | ||
128 | - Then I should see "wants to publish" | ||
129 | - When I fill in "Name for publishing" with "other title" | ||
130 | - And I press "Ok!" | ||
131 | - Then I should not see "wants to publish" | ||
132 | - | ||
133 | Scenario: ask to publish an article that was deleted before approval | 106 | Scenario: ask to publish an article that was deleted before approval |
134 | Given I am logged in as "joaosilva" | 107 | Given I am logged in as "joaosilva" |
135 | And "Joao Silva" is admin of "Sample Community" | 108 | And "Joao Silva" is admin of "Sample Community" |