From 95d5df36c86548a8e8c23192e2759c9aa8bf95ca Mon Sep 17 00:00:00 2001 From: Tallys Martins Date: Tue, 26 Jan 2016 18:35:46 -0200 Subject: [PATCH] Fix "edit article" test for private articles --- features/edit_article.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/edit_article.feature b/features/edit_article.feature index c5f4f52..f02a8bc 100644 --- a/features/edit_article.feature +++ b/features/edit_article.feature @@ -90,7 +90,7 @@ Feature: edit article And I fill in "Title" with "My Folder" And I choose "article_published_false" And I uncheck "article_show_to_followers" - Then I should see "Fill in the search field to add the exception users to see this content" + Then I should see "Allow only community members entered below to view this content" @selenium Scenario: allowed user should see the content of a folder -- libgit2 0.21.2