mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
parent
56aef3c082
commit
38a9694ff5
|
@ -151,7 +151,7 @@ RSpec.describe "Editing sidebar tags navigation", type: :system do
|
||||||
expect(sidebar).to have_no_section_link(tag4.name)
|
expect(sidebar).to have_no_section_link(tag4.name)
|
||||||
end
|
end
|
||||||
|
|
||||||
it "allows a user to filter the tag in the modal by selection" do
|
xit "allows a user to filter the tag in the modal by selection" do
|
||||||
Fabricate(:tag_sidebar_section_link, linkable: tag1, user: user)
|
Fabricate(:tag_sidebar_section_link, linkable: tag1, user: user)
|
||||||
Fabricate(:tag_sidebar_section_link, linkable: tag2, user: user)
|
Fabricate(:tag_sidebar_section_link, linkable: tag2, user: user)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user