mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Replace equal() with strictEqual() (#14827)
This commit is contained in:
@@ -22,7 +22,7 @@ acceptance("Personal Message", function (needs) {
|
||||
test("suggested messages", async function (assert) {
|
||||
await visit("/t/pm-for-testing/12");
|
||||
|
||||
assert.equal(
|
||||
assert.strictEqual(
|
||||
queryAll("#suggested-topics .suggested-topics-title").text().trim(),
|
||||
I18n.t("suggested_topics.pm_title")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user