Skip to content

Commit 1bbfbec

Browse files
DEV: Disable system specs for now
We are moving this component into core here discourse/discourse#31516 When that is merged, we can re-enable these specs hidden behind the core site setting
1 parent a3beb2c commit 1bbfbec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/system/viewing_search_banner_spec.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
fab!(:topic)
66
let(:topic_page) { PageObjects::Pages::Topic.new }
77

8-
it "should display the search banner below the site header when `plugin_outlet` theme setting is set to `below-site-header`" do
8+
xit "should display the search banner below the site header when `plugin_outlet` theme setting is set to `below-site-header`" do
99
theme.update_setting(:plugin_outlet, "below-site-header")
1010
theme.save!
1111

@@ -15,7 +15,7 @@
1515
expect(page).to_not have_css("#main-outlet .custom-search-banner")
1616
end
1717

18-
it "should display the search banner above the main container when `plugin_outlet` theme setting is set to `above-main-container`" do
18+
xit "should display the search banner above the main container when `plugin_outlet` theme setting is set to `above-main-container`" do
1919
theme.update_setting(:plugin_outlet, "above-main-container")
2020
theme.save!
2121

@@ -24,7 +24,7 @@
2424
expect(page).to have_css("#main-outlet .custom-search-banner")
2525
end
2626

27-
it "should display the search icon when searching within a topic when search button text is present" do
27+
xit "should display the search icon when searching within a topic when search button text is present" do
2828
theme.update_setting(:show_on, "all")
2929
theme.update_translation("search_banner.search_button_text", "Foo")
3030
theme.save!

0 commit comments

Comments
 (0)