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-08-23 12:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-23 12:10:51 +0300
commit9134f0b5004a86687259332bd7edd2fa67dfb76b (patch)
treec7b0e9a9b26c28674e5311df07d0c0324075b8eb /spec/components/pajamas
parent76a58e19f051ceb89304172f750a34bf48c19b31 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/components/pajamas')
-rw-r--r--spec/components/pajamas/banner_component_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/components/pajamas/banner_component_spec.rb b/spec/components/pajamas/banner_component_spec.rb
index 6b99b4c1d76..c9d9a9176e8 100644
--- a/spec/components/pajamas/banner_component_spec.rb
+++ b/spec/components/pajamas/banner_component_spec.rb
@@ -27,7 +27,7 @@ RSpec.describe Pajamas::BannerComponent, type: :component do
end
it 'renders a close button' do
- expect(page).to have_css "button.gl-banner-close"
+ expect(page).to have_css "button.gl-button.gl-banner-close"
end
describe 'button_text and button_link' do