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:
authorDouwe Maan <douwe@selenight.nl>2017-06-22 21:07:41 +0300
committerDouwe Maan <douwe@selenight.nl>2017-06-23 21:43:32 +0300
commit3e7e08adfc101359c0d5628ed6584874f5b5a713 (patch)
tree4df368487f3ed86f6da6207d8854a90fd43686d7 /features
parent5cd1a48d5e1b020770cb105eb946ff2936e2136a (diff)
Show group name instead of path on group page
Diffstat (limited to 'features')
-rw-r--r--features/steps/groups.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/groups.rb b/features/steps/groups.rb
index 25bb374b868..0aedc422563 100644
--- a/features/steps/groups.rb
+++ b/features/steps/groups.rb
@@ -5,7 +5,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
include SharedUser
step 'I should see group "Owned"' do
- expect(page).to have_content '@owned'
+ expect(page).to have_content 'Owned'
end
step 'I am a signed out user' do