diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-06-22 13:07:41 -0500 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-06-23 13:43:32 -0500 |
commit | 3e7e08adfc101359c0d5628ed6584874f5b5a713 (patch) | |
tree | 4df368487f3ed86f6da6207d8854a90fd43686d7 /features | |
parent | 5cd1a48d5e1b020770cb105eb946ff2936e2136a (diff) | |
download | gitlab-ce-3e7e08adfc101359c0d5628ed6584874f5b5a713.tar.gz |
Show group name instead of path on group pagedm-group-page-name
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/groups.rb | 2 |
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 |