You've already forked matrix-react-sdk
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:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user