mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
REFACTOR: We can hardcode #ember-testing
here to avoid a global
This commit is contained in:
parent
a895e4a15b
commit
19d057d261
|
@ -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"
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user