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:
parent
1f4d857283
commit
4dd214506b
8 changed files with 167 additions and 45 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue