Synchronise internationalisations with Localazy (#30407)
* [create-pull-request] automated change * First pass of fixing tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Second pass of fixing tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Third pass of fixing tests Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -582,8 +582,8 @@ describe("RoomView", () => {
|
||||
).toBeInTheDocument();
|
||||
|
||||
// no message composer
|
||||
expect(screen.queryByText("Send an encrypted message…")).not.toBeInTheDocument();
|
||||
expect(screen.queryByText("Send a message…")).not.toBeInTheDocument();
|
||||
expect(screen.queryByText("Send an unencrypted message…")).not.toBeInTheDocument();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user