Make sure that we clear localstorage before *all* tests
This was causing flaky tests, as sometimes the joining test would inherit an "mx_is_guest" setting from a previous test run.
This commit is contained in:
@@ -59,8 +59,6 @@ describe('loading:', function () {
|
||||
|
||||
windowLocation = null;
|
||||
matrixChat = null;
|
||||
|
||||
window.localStorage.clear();
|
||||
});
|
||||
|
||||
afterEach(function() {
|
||||
|
||||
Reference in New Issue
Block a user