mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
DEV: Autofix (w/ manual follow up) various qunit lints (#29950)
This commit is contained in:
@ -95,7 +95,7 @@ module("Discourse Chat | Component | chat-composer-upload", function (hooks) {
|
||||
);
|
||||
|
||||
await click(".chat-composer-upload__remove-btn");
|
||||
assert.strictEqual(this.uploadRemoved, true);
|
||||
assert.true(this.uploadRemoved);
|
||||
});
|
||||
|
||||
test("cancelling in progress upload", async function (assert) {
|
||||
@ -115,6 +115,6 @@ module("Discourse Chat | Component | chat-composer-upload", function (hooks) {
|
||||
);
|
||||
|
||||
await click(".chat-composer-upload__remove-btn");
|
||||
assert.strictEqual(this.uploadRemoved, true);
|
||||
assert.true(this.uploadRemoved);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user