mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
@ -33,7 +33,7 @@ module("Discourse Chat | Component | chat-channel-row", function (hooks) {
|
||||
assert.dom(".chat-channel-row").hasAttribute("tabindex", "0");
|
||||
});
|
||||
|
||||
test("channel data attrite tabbing", async function (assert) {
|
||||
test("channel id data attribute", async function (assert) {
|
||||
await render(hbs`<ChatChannelRow @channel={{this.categoryChatChannel}} />`);
|
||||
|
||||
assert
|
||||
|
Reference in New Issue
Block a user