mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Clear the outlet cache before and after tests
This commit is contained in:
@@ -6,6 +6,7 @@ const GOODBYE = 'javascripts/multi-test/connectors/user-profile-primary/goodbye'
|
||||
|
||||
acceptance("Plugin Outlet - Multi Template", {
|
||||
setup() {
|
||||
clearCache();
|
||||
Ember.TEMPLATES[HELLO] = Ember.HTMLBars.compile(`<span class='hello-span'>Hello</span>`);
|
||||
Ember.TEMPLATES[GOODBYE] = Ember.HTMLBars.compile(`<span class='bye-span'>Goodbye</span>`);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user