clear localStorage after each test
This commit is contained in:
@@ -90,6 +90,7 @@ export function acceptance(name, options) {
|
||||
options.afterEach.call(this);
|
||||
}
|
||||
flushMap();
|
||||
localStorage.clear();
|
||||
Discourse.User.resetCurrent();
|
||||
resetSite(Discourse.SiteSettings);
|
||||
resetExtraClasses();
|
||||
|
||||
Reference in New Issue
Block a user