summaryrefslogtreecommitdiff
path: root/spec/views/layouts
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 06:12:22 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 06:12:22 +0000
commit712bbb451d1cb52dc6fac04ac0e13feeaaa765bf (patch)
tree7b919f3c9dd75fabba03674a492a69f956acdcee /spec/views/layouts
parentb0ad241fbbdf6a9d4ccb6f44f2c233d542b3b08d (diff)
downloadgitlab-ce-712bbb451d1cb52dc6fac04ac0e13feeaaa765bf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views/layouts')
-rw-r--r--spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb b/spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb
index cddff276317..b529bf7de2c 100644
--- a/spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb
+++ b/spec/views/layouts/nav/sidebar/_project.html.haml_spec.rb
@@ -310,7 +310,7 @@ RSpec.describe 'layouts/nav/sidebar/_project', feature_category: :navigation do
it 'top level navigation link is not visible' do
render
- expect(rendered).not_to have_link('Security & Compliance')
+ expect(rendered).not_to have_link('Security and Compliance')
end
end
@@ -322,7 +322,7 @@ RSpec.describe 'layouts/nav/sidebar/_project', feature_category: :navigation do
end
it 'top level navigation link is visible' do
- expect(rendered).to have_link('Security & Compliance')
+ expect(rendered).to have_link('Security and Compliance')
end
it 'security configuration link is visible' do