Skip to content

Migrate "remove" certificate button to pajamas component

Taras Tadai requested to merge 417840-migrate-certificate-button into master

What does this MR do and why?

Migrate buttons in app/views/projects/pages_domains/_certificate.html.haml to pajamas component. It's a part of Pajamas adoption project

Changed according to migration guide available in next epic: &8153

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
certificate_button_old certificate_button_new

How to set up and validate locally

Tested by https://gitlab.com/gitlab-org/gitlab/-/blob/c6dc5b0a9f6a38987856b1e0dd9051ea3eb90092/spec/features/projects/pages/user_adds_domain_spec.rb#L162

WEBDRIVER_HEADLESS=false bin/rspec spec/features/projects/pages/user_adds_domain_spec.rb:162

Related to #417840 (closed)

Merge request reports