Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fd4c35

Browse files
authored
DEV: Add system spec to check core features are working fine (#24)
1 parent 1d30413 commit 0fd4c35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spec/system/core_features_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
skip_examples: %i[profile search:quick_search likes topics]
8+
end

0 commit comments

Comments
 (0)