replace Polls history
strings with Poll history
(#10454)
Co-authored-by: Michael Weimann <michaelw@matrix.org>
This commit is contained in:
parent
f5115e047e
commit
6eda1fa6e2
11 changed files with 15 additions and 15 deletions
|
@ -318,7 +318,7 @@ describe("<PollHistory />", () => {
|
|||
|
||||
fireEvent.click(getByText("Question?"));
|
||||
|
||||
expect(queryByText("Polls history")).not.toBeInTheDocument();
|
||||
expect(queryByText("Poll history")).not.toBeInTheDocument();
|
||||
// elements from MPollBody
|
||||
expect(getByText("Question?")).toMatchSnapshot();
|
||||
expect(getByText("Socks")).toBeInTheDocument();
|
||||
|
@ -394,13 +394,13 @@ describe("<PollHistory />", () => {
|
|||
expect(getByText("Question?")).toBeInTheDocument();
|
||||
|
||||
// header not shown
|
||||
expect(queryByText("Polls history")).not.toBeInTheDocument();
|
||||
expect(queryByText("Poll history")).not.toBeInTheDocument();
|
||||
|
||||
expect(getByText("Active polls")).toMatchSnapshot();
|
||||
fireEvent.click(getByText("Active polls"));
|
||||
|
||||
// main list header displayed again
|
||||
expect(getByText("Polls history")).toBeInTheDocument();
|
||||
expect(getByText("Poll history")).toBeInTheDocument();
|
||||
// active filter still active
|
||||
expect(getByTestId("filter-tab-PollHistory_filter-ACTIVE").firstElementChild).toBeChecked();
|
||||
// list displayed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue