Skip to content

Commit 0476ea9

Browse files
authored
DEV: Add system spec to check core features are working fine (#46)
1 parent e804b3f commit 0476ea9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: spec/system/core_features_spec.rb

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# frozen_string_literal: true
2+
3+
RSpec.describe "Core features", type: :system do
4+
before { upload_theme_or_component }
5+
6+
it_behaves_like "having working core features"
7+
end

0 commit comments

Comments
 (0)