Remove automatic rageshakes on UTD labs feature (#32778)

* Remove automatic rageshakes on UTD feature

* remove unused setting name

* Remove unused lab group

* Reduce count by 1
This commit is contained in:
Will Hunt
2026-03-13 13:55:30 +00:00
committed by GitHub
parent 09bbf796dc
commit 772a443486
13 changed files with 3 additions and 326 deletions
@@ -48,6 +48,6 @@ describe("<LabsUserSettingsTab />", () => {
// non-beta labs section
expect(screen.getByText("Early previews")).toBeInTheDocument();
const labsSections = container.getElementsByClassName("mx_SettingsSubsection");
expect(labsSections).toHaveLength(10);
expect(labsSections).toHaveLength(9);
});
});