DEV: Convert more equal assertions (#29554)

…to either qunit-dom or `strictEqual`
This commit is contained in:
Jarek Radosz
2024-11-03 21:04:38 +01:00
committed by GitHub
parent d2056c7fc6
commit b81055a6d4
33 changed files with 165 additions and 198 deletions

View File

@ -62,7 +62,7 @@ acceptance("Discourse Chat - Composer", function (needs) {
await settled();
assert.equal(document.querySelector(".chat-composer__input").value, "Foo");
assert.dom(".chat-composer__input").hasValue("Foo");
});
});