Skip to content

Commit

Permalink
DEV: Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbianca committed May 6, 2019
1 parent 20d4093 commit 233d3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/javascripts/lib/click-track-test.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 233d3f6

Please sign in to comment.