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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 12:12:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 12:12:56 +0300
commit2d560e614a2d5feea84288c2d1f50b40d796f97a (patch)
tree8a6a18e6f5befc04de3db43554899aced9af5fd3 /spec/components/pajamas
parentd89147da045b9d00c4e35de3c7b39ed2b02ef7a6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/components/pajamas')
-rw-r--r--spec/components/pajamas/banner_component_spec.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/components/pajamas/banner_component_spec.rb b/spec/components/pajamas/banner_component_spec.rb
index 95744375c52..aa9c5c4fdf8 100644
--- a/spec/components/pajamas/banner_component_spec.rb
+++ b/spec/components/pajamas/banner_component_spec.rb
@@ -62,22 +62,6 @@ RSpec.describe Pajamas::BannerComponent, type: :component do
end
end
- describe 'embedded' do
- context 'by default (false)' do
- it 'keeps the banner\'s borders' do
- expect(page).not_to have_css ".gl-banner.gl-border-none\\!"
- end
- end
-
- context 'when set to true' do
- let(:options) { { embedded: true } }
-
- it 'removes the banner\'s borders' do
- expect(page).to have_css ".gl-banner.gl-border-none\\!"
- end
- end
- end
-
describe 'variant' do
context 'by default (promotion)' do
it 'does not apply introduction class' do