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:
+1
-1
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user