mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
fix broken test
This commit is contained in:
parent
66aa8691ed
commit
ab2215e629
@ -70,7 +70,8 @@ QUnit.test("does not track clicks on back buttons", function(assert) {
|
||||
});
|
||||
|
||||
QUnit.test("does not track clicks in quotes", function(assert) {
|
||||
assert.ok(track(generateClickEventOn('.inside-quote')));
|
||||
track(generateClickEventOn('.inside-quote'));
|
||||
assert.ok(DiscourseURL.redirectTo.calledWith("http://discuss.domain.com"));
|
||||
});
|
||||
|
||||
QUnit.test("does not track clicks on category badges", assert => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user