mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 09:57:25 +08:00
DEV: Fix test.
This commit is contained in:
@ -67,7 +67,7 @@ QUnit.test("tracks internal URLs", async assert => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test("does not track elements with no href", async assert => {
|
QUnit.test("does not track elements with no href", async assert => {
|
||||||
assert.ok(track(generateClickEventOn(".attachment")));
|
assert.ok(track(generateClickEventOn(".a-without-href")));
|
||||||
});
|
});
|
||||||
|
|
||||||
QUnit.test("does not track attachments", async assert => {
|
QUnit.test("does not track attachments", async assert => {
|
||||||
|
Reference in New Issue
Block a user