Commit 95d5df36c86548a8e8c23192e2759c9aa8bf95ca
Committed by
Antonio Terceiro
1 parent
56979079
Exists in
master
and in
14 other branches
Fix "edit article" test for private articles
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/edit_article.feature
... | ... | @@ -90,7 +90,7 @@ Feature: edit article |
90 | 90 | And I fill in "Title" with "My Folder" |
91 | 91 | And I choose "article_published_false" |
92 | 92 | And I uncheck "article_show_to_followers" |
93 | - Then I should see "Fill in the search field to add the exception users to see this content" | |
93 | + Then I should see "Allow only community members entered below to view this content" | |
94 | 94 | |
95 | 95 | @selenium |
96 | 96 | Scenario: allowed user should see the content of a folder | ... | ... |