REFACTOR: We can hardcode #ember-testing here to avoid a global

This commit is contained in:
Robin Ward 2020-08-17 15:55:52 -04:00
parent a895e4a15b
commit 19d057d261

View File

@ -13,7 +13,7 @@ componentTest("updates once after initialization", {
this.set("loadMore", () => this.set("loadedMore", true));
configureEyeline({
skipUpdate: false,
rootElement: Discourse.rootElement
rootElement: "#ember-testing"
});
},