DEV: Add system spec to check core features are working fine (#117)

This commit is contained in:
Loïc Guitaut
2025-04-09 15:41:21 +02:00
committed by GitHub
parent 2674364309
commit 3c7ccc97a7
+8
View File
@@ -0,0 +1,8 @@
# frozen_string_literal: true
RSpec.describe "Core features", type: :system do
before { upload_theme_or_component }
it_behaves_like "having working core features",
skip_examples: %i[search:quick_search topics:create]
end