fix, testing: i18n not properly configured
This commit is contained in:
@@ -30,6 +30,6 @@ test("InviteModal is accessible", async () => {
|
||||
);
|
||||
|
||||
expect(await axe(container)).toHaveNoViolations();
|
||||
await user.click(screen.getByRole("button", { name: "action.copy_link" }));
|
||||
await user.click(screen.getByRole("button", { name: "Copy link" }));
|
||||
expect(onDismiss).toBeCalled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user