Move reaction message previews out of labs (#10601)

* Update reaction message previews to match designs

* Delabs reaction message previews

* tsc strict

* Iterate

* Add test

* Iterate
This commit is contained in:
Michael Telatynski 2023-05-05 08:45:14 +01:00 committed by GitHub
parent 1f4d857283
commit 4dd214506b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 167 additions and 45 deletions

View file

@ -70,7 +70,7 @@ describe("<LabsUserSettingsTab />", () => {
const { container } = render(getComponent());
const labsSections = container.getElementsByClassName("mx_SettingsTab_section");
expect(labsSections).toHaveLength(12);
expect(labsSections).toHaveLength(11);
});
it("allow setting a labs flag which requires unstable support once support is confirmed", async () => {