Commit b0cf80d7c3d666ad756b834c9778e877f048ca41
Committed by
Antonio Terceiro
1 parent
5cf4f960
Exists in
master
and in
28 other branches
Test fixing for publish_article
ActionItem1309
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
features/publish_article.feature
... | ... | @@ -71,6 +71,8 @@ Feature: publish article |
71 | 71 | And I check "Sample Community" |
72 | 72 | And I press "Publish" |
73 | 73 | And I should not see "This article name is already in use in the following community(ies):" |
74 | + And I am on Joao Silva's control panel | |
75 | + And I follow "Manage Content" | |
74 | 76 | And I follow "Spread" |
75 | 77 | And I check "Sample Community" |
76 | 78 | And I check "Another Community1" |
... | ... | @@ -99,6 +101,8 @@ Feature: publish article |
99 | 101 | And I follow "Spread" |
100 | 102 | And I check "Sample Community" |
101 | 103 | And I press "Publish" |
104 | + And I am on Joao Silva's control panel | |
105 | + And I follow "Manage Content" | |
102 | 106 | And I follow "Spread" |
103 | 107 | And I check "Sample Community" |
104 | 108 | And I press "Publish" | ... | ... |