summaryrefslogtreecommitdiff
path: root/features/steps/group
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-23 09:47:58 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-23 09:47:58 +0300
commit696b9903f08011e37811dc8b8ff4f7da77201d13 (patch)
treed10829d19032c48f8a7ff69c3c411acb7c0d1dd5 /features/steps/group
parent9e6466c78442075e0f8fb8fe317ffe53dfcb5a95 (diff)
downloadgitlab-ce-696b9903f08011e37811dc8b8ff4f7da77201d13.tar.gz
Fix spinach tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/group')
-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