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:
@@ -25,7 +25,7 @@ export const addTextToComposer = (container: HTMLElement, text: string) =>
|
||||
|
||||
export const addTextToComposerRTL = async (renderResult: RenderResult, text: string): Promise<void> => {
|
||||
await act(async () => {
|
||||
await userEvent.click(renderResult.getByLabelText("Send a message…"));
|
||||
await userEvent.click(renderResult.getByLabelText("Send an unencrypted message…"));
|
||||
await userEvent.keyboard(text);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user