summaryrefslogtreecommitdiff
path: root/spec/features/groups/group_settings_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-17 09:51:19 +0100
committerPhil Hughes <me@iamphill.com>2017-08-29 15:35:49 +0100
commit4a67699e6e115aab3a26eee63f1f6ded4081ccd5 (patch)
tree406f0470a5562c57ee026e03f87f3579a0da7244 /spec/features/groups/group_settings_spec.rb
parentd0d918c765f42b25b0d64001a3784317d1da4f70 (diff)
downloadgitlab-ce-4a67699e6e115aab3a26eee63f1f6ded4081ccd5.tar.gz
spec updates
Diffstat (limited to 'spec/features/groups/group_settings_spec.rb')
-rw-r--r--spec/features/groups/group_settings_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/groups/group_settings_spec.rb b/spec/features/groups/group_settings_spec.rb
index d0316cfb18d..b83bad3befb 100644
--- a/spec/features/groups/group_settings_spec.rb
+++ b/spec/features/groups/group_settings_spec.rb
@@ -65,14 +65,14 @@ feature 'Edit group settings' do
update_path(new_group_path)
visit new_project_full_path
expect(current_path).to eq(new_project_full_path)
- expect(find('h1.title')).to have_content(project.path)
+ expect(find('.breadcrumbs')).to have_content(project.path)
end
scenario 'the old project path redirects to the new path' do
update_path(new_group_path)
visit old_project_full_path
expect(current_path).to eq(new_project_full_path)
- expect(find('h1.title')).to have_content(project.path)
+ expect(find('.breadcrumbs')).to have_content(project.path)
end
end
end