DEV: Don't clean outlet and html caches twice (#16534)

They're already cleared after each test.
This commit is contained in:
Jarek Radosz
2022-04-22 11:17:18 +02:00
committed by GitHub
parent 1209d51a7f
commit f2f1a4df62

View File

@@ -293,9 +293,6 @@ export function acceptance(name, optionsOrCallback) {
}
this.siteSettings = currentSettings();
clearOutletCache();
clearHTMLCache();
resetSite(currentSettings(), siteChanges);
if (LEGACY_ENV) {