diff --git a/webapp/src/pages/Social/UsersPage.test.js b/webapp/src/pages/Social/UsersPage.test.js index 4a0ce20e..8b3ac200 100644 --- a/webapp/src/pages/Social/UsersPage.test.js +++ b/webapp/src/pages/Social/UsersPage.test.js @@ -41,7 +41,7 @@ describe("UsersPage", () => { ); await waitFor(() => { - expect(screen.getByText("Amigo")).toBeInTheDocument(); + expect(screen.getByText("Ya sois amigos")).toBeInTheDocument(); }); }); @@ -62,7 +62,7 @@ describe("UsersPage", () => { ); await waitFor(() => { - expect(screen.getByText("Amigo")).toBeInTheDocument(); + expect(screen.getByText("Ya sois amigos")).toBeInTheDocument(); }); }); @@ -83,7 +83,7 @@ describe("UsersPage", () => { ); await waitFor(() => { - expect(screen.getByText("Amigo")).toBeInTheDocument(); + expect(screen.getByText("Ya sois amigos")).toBeInTheDocument(); }); });