Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/steps/group/group.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/group/group.rb b/features/steps/group/group.rb
index 820d0ef2a1f..5e0c71581f1 100644
--- a/features/steps/group/group.rb
+++ b/features/steps/group/group.rb
@@ -89,7 +89,7 @@ class Groups < Spinach::FeatureSteps
Then 'I should see newly created group "Samurai"' do
page.should have_content "Samurai"
page.should have_content "Tokugawa Shogunate"
- page.should have_content "You will only see events from projects in this group"
+ page.should have_content "Currently you are only seeing events from the"
end
And 'I change group "Owned" name to "new-name"' do