mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Fix failing click-track tests.
This commit is contained in:
@ -4,7 +4,7 @@ acceptance("Click Track", {});
|
||||
|
||||
QUnit.test("Do not track mentions", async assert => {
|
||||
/* global server */
|
||||
server.get("/clicks/track", () => assert.ok(false));
|
||||
server.post("/clicks/track", () => assert.ok(false));
|
||||
|
||||
await visit("/t/internationalization-localization/280");
|
||||
assert.ok(invisible("#user-card"), "card should not appear");
|
||||
|
Reference in New Issue
Block a user