Skip to content

Commit

Permalink
Tests UsersPage arreglados
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 25, 2024
1 parent 697122d commit 260a9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/pages/Social/UsersPage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("UsersPage", () => {
);

await waitFor(() => {
expect(screen.getByText("Amigo")).toBeInTheDocument();
expect(screen.getByText("Ya sois amigos")).toBeInTheDocument();
});
});

Expand All @@ -62,7 +62,7 @@ describe("UsersPage", () => {
);

await waitFor(() => {
expect(screen.getByText("Amigo")).toBeInTheDocument();
expect(screen.getByText("Ya sois amigos")).toBeInTheDocument();
});
});

Expand All @@ -83,7 +83,7 @@ describe("UsersPage", () => {
);

await waitFor(() => {
expect(screen.getByText("Amigo")).toBeInTheDocument();
expect(screen.getByText("Ya sois amigos")).toBeInTheDocument();
});
});

Expand Down

0 comments on commit 260a9d9

Please sign in to comment.