DEV: Add system spec to check core features are working fine (#88)
This commit is contained in:
parent
1fe3ff23f2
commit
4607dbbb7f
|
|
@ -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
|
||||
Loading…
Reference in New Issue