DEV: Don't clean outlet and html caches twice (#16534)
They're already cleared after each test.
This commit is contained in:
parent
1209d51a7f
commit
f2f1a4df62
|
@ -293,9 +293,6 @@ export function acceptance(name, optionsOrCallback) {
|
|||
}
|
||||
this.siteSettings = currentSettings();
|
||||
|
||||
clearOutletCache();
|
||||
clearHTMLCache();
|
||||
|
||||
resetSite(currentSettings(), siteChanges);
|
||||
|
||||
if (LEGACY_ENV) {
|
||||
|
|
Loading…
Reference in New Issue