mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 00:27:58 +08:00
FEATURE: Use rich user status tooltip everywhere (#21125)
- Inline mentions on posts - Inline mentions on chat messages - The user autocomplete for the composer - The user autocomplete for chat - The chat section of the sidebar
This commit is contained in:
@ -146,7 +146,7 @@ RSpec.describe "Sidebar navigation menu", type: :system do
|
||||
visit("/")
|
||||
|
||||
expect(sidebar_page.dms_section.find("a.sidebar-section-link:nth-child(1)")).to have_css(
|
||||
".user-status",
|
||||
".user-status-message",
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user