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

This commit is contained in:
Loïc Guitaut 2025-04-09 15:14:54 +02:00 committed by GitHub
parent 86f625b398
commit 58573c4f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,7 @@
# frozen_string_literal: true
RSpec.describe "Core features", type: :system do
before { upload_theme_or_component }
it_behaves_like "having working core features"
end