Make threads disabled by default (#9810)

* Make threads disable by default

* restore e2ee tests

* fix threads e2e spec for beta joining
This commit is contained in:
Germain 2022-12-21 15:53:23 +00:00 committed by GitHub
parent 1614674ca9
commit 134e3d7ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 1 deletions

View file

@ -77,6 +77,7 @@ describe("Polls", () => {
};
beforeEach(() => {
cy.enableLabsFeature("feature_threadstable");
cy.window().then((win) => {
win.localStorage.setItem("mx_lhs_size", "0"); // Collapse left panel for these tests
});