DEV: Fix test.

This commit is contained in:
Bianca Nenciu 2019-05-06 18:42:08 +03:00
parent 20d4093a67
commit 233d3f611b

View File

@ -67,7 +67,7 @@ QUnit.test("tracks internal URLs", 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 => {