Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d30413 commit 0fd4c35Copy full SHA for 0fd4c35
spec/system/core_features_spec.rb
@@ -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