DEV: resets page tracking state between tests (#7847)

This commit is contained in:
Joffrey JAFFEUX
2019-07-03 10:08:05 +02:00
committed by GitHub
parent 9ee2c121c1
commit ecf0215ee7
2 changed files with 12 additions and 2 deletions
@@ -1,6 +1,7 @@
import { cleanDOM } from "discourse/lib/clean-dom";
import {
startPageTracking,
resetPageTracking,
googleTagManagerPageChanged
} from "discourse/lib/page-tracker";
import { viewTrackingRequired } from "discourse/lib/ajax";
@@ -49,5 +50,9 @@ export default {
}
});
}
},
teardown() {
resetPageTracking();
}
};