diff options
author | Phil Hughes <me@iamphill.com> | 2017-08-18 12:07:10 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-08-29 15:37:07 +0100 |
commit | d92bff4eaef9ef519ab34161426f1f9afb6fecb2 (patch) | |
tree | 87d94276a4ebcf33cd6623d56ae40b73ba5b95e5 /spec/features/groups_spec.rb | |
parent | 4a67699e6e115aab3a26eee63f1f6ded4081ccd5 (diff) | |
download | gitlab-ce-d92bff4eaef9ef519ab34161426f1f9afb6fecb2.tar.gz |
more spec fixes
Diffstat (limited to 'spec/features/groups_spec.rb')
-rw-r--r-- | spec/features/groups_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb index 20f9818b08b..4ec2e7e6012 100644 --- a/spec/features/groups_spec.rb +++ b/spec/features/groups_spec.rb @@ -158,7 +158,7 @@ feature 'Group' do expect(page).to have_content 'successfully updated' expect(find('#group_name').value).to eq(new_name) - page.within ".navbar-gitlab" do + page.within ".breadcrumbs" do expect(page).to have_content new_name end end |