mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove reference to discourse chat in core (#17601)
This commit is contained in:
committed by
GitHub
parent
6b8d635943
commit
ad7d72cea7
@@ -51,8 +51,7 @@
|
||||
@options={{hash icon=@headerActionsIcon placementStrategy="absolute"}}
|
||||
@content={{@headerActions}}
|
||||
@onChange={{action "handleMultipleHeaderActions"}}
|
||||
@class="edit-channels-dropdown"
|
||||
/>
|
||||
@class="sidebar-section-header-dropdown" />
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -189,17 +189,17 @@ acceptance("Sidebar - section API", function (needs) {
|
||||
"displays header with correct text"
|
||||
);
|
||||
await click(
|
||||
".sidebar-section-test-chat-channels .edit-channels-dropdown summary"
|
||||
".sidebar-section-test-chat-channels .sidebar-section-header-dropdown summary"
|
||||
);
|
||||
assert.strictEqual(
|
||||
queryAll(
|
||||
".sidebar-section-test-chat-channels .edit-channels-dropdown .select-kit-collection li"
|
||||
".sidebar-section-test-chat-channels .sidebar-section-header-dropdown .select-kit-collection li"
|
||||
).length,
|
||||
2,
|
||||
"displays two actions"
|
||||
);
|
||||
const actions = queryAll(
|
||||
".sidebar-section-test-chat-channels .edit-channels-dropdown .select-kit-collection li"
|
||||
".sidebar-section-test-chat-channels .sidebar-section-header-dropdown .select-kit-collection li"
|
||||
);
|
||||
assert.strictEqual(
|
||||
actions[0].textContent.trim(),
|
||||
|
||||
Reference in New Issue
Block a user