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:
Richard van der Hoff 2016-08-11 11:40:40 +01:00
parent ab93e96a1f
commit 244265d52b
2 changed files with 4 additions and 2 deletions

View file

@ -59,8 +59,6 @@ describe('loading:', function () {
windowLocation = null;
matrixChat = null;
window.localStorage.clear();
});
afterEach(function() {