mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:17:45 +08:00
REFACTOR: We can hardcode #ember-testing
here to avoid a global
This commit is contained in:
@ -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"
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user