When an URL in Decidim leads to an external domain a warning modal should appear when clicking to a link with the URL. There is a redesigned modal decidim-core/app/views/decidim/links/_invalid_url_modal.html.erb and also a deprecated modal decidim-core/app/views/decidim/links/_invalid_url_modal.html.erb making use of a highlight_domain helper method which is no longer required
When an URL in Decidim leads to an external domain a warning modal should appear when clicking to a link with the URL. There is a redesigned modal
decidim-core/app/views/decidim/links/_invalid_url_modal.html.erband also a deprecated modaldecidim-core/app/views/decidim/links/_invalid_url_modal.html.erbmaking use of ahighlight_domainhelper method which is no longer requireddecidim-core/spec/system/external_domain_warning_spec.rbto check the warning with the correct modalRemove the deprecated modal, helper and test for helper