mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: remap all core icons for fontawesome 6 upgrade (#28715)
Followup to 7d8974d02f7360b324b446868463e950fe92883f Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
@ -40,7 +40,7 @@ module("Discourse Chat | Component | chat-header-icon", function (hooks) {
|
||||
.hasAttribute("title", I18n.t("sidebar.panels.forum.label"))
|
||||
.hasAttribute("href", "/latest");
|
||||
|
||||
assert.dom(".d-icon-random").exists();
|
||||
assert.dom(".d-icon-shuffle").exists();
|
||||
});
|
||||
|
||||
test("mobile", async function (assert) {
|
||||
@ -71,7 +71,7 @@ module("Discourse Chat | Component | chat-header-icon", function (hooks) {
|
||||
.dom(".icon.btn-flat")
|
||||
.hasAttribute("title", I18n.t("sidebar.panels.forum.label"))
|
||||
.hasAttribute("href", "/latest");
|
||||
assert.dom(".d-icon-random").exists();
|
||||
assert.dom(".d-icon-shuffle").exists();
|
||||
assert.dom(".chat-channel-unread-indicator__number").doesNotExist();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user