FIX: don't track clicks on links in quotes

This commit is contained in:
Régis Hanol
2016-05-03 18:47:01 +02:00
parent c069488560
commit ad15049ef0
4 changed files with 26 additions and 5 deletions

View File

@ -85,7 +85,7 @@ test("does not track clicks on quote buttons", function() {
});
test("does not track clicks on category badges", () => {
ok(!track(generateClickEventOn('.hashtag')));
ok(track(generateClickEventOn('.hashtag')));
});
test("removes the href and put it as a data attribute", function() {