1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

replace Polls history strings with Poll history (#10454)

Co-authored-by: Michael Weimann <michaelw@matrix.org>
This commit is contained in:
Kerry
2023-03-29 11:13:51 +13:00
committed by GitHub
parent f5115e047e
commit 6eda1fa6e2
11 changed files with 15 additions and 15 deletions

View File

@@ -99,7 +99,7 @@ describe("<RoomSettingsDialog />", () => {
it("displays poll history when tab clicked", () => {
const { container } = getComponent();
fireEvent.click(screen.getByText("Polls history"));
fireEvent.click(screen.getByText("Poll history"));
expect(container.querySelector(".mx_SettingsTab")).toMatchSnapshot();
});