DEV: Fix random typos (#28103)

July 2024 edition
This commit is contained in:
Jarek Radosz
2024-07-26 23:13:12 +02:00
committed by GitHub
parent e627d24c3b
commit f14cf4f8a9
7 changed files with 9 additions and 9 deletions

View File

@ -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