mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:27:49 +08:00
DEV: Convert more equal
assertions (#29554)
…to either qunit-dom or `strictEqual`
This commit is contained in:
@ -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");
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user