Skip to content

Commit

Permalink
Arreglados tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Apr 27, 2024
1 parent 8ca33dd commit bfdd47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/pages/Clasico/Clasico.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const JuegoPreguntas = () => {
<p>
{t("pages.classic.time")} {Math.floor(timeLeft)}
</p>
<p>{t("pages.classic.score")} {puntuacion}</p>
<p>{t("pages.classic.score")} {points}</p>
<Box w="100%" bg="gray.100" borderRadius="lg" mt={4}>
<Box
bg="teal.500"
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/pages/Ranking/Ranking.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("Ranking component", () => {
renderComponent();

await waitFor(() => {
expect(screen.getByText("Error: Failed to fetch")).toBeInTheDocument();
expect(screen.getByText("Failed to fetch")).toBeInTheDocument();
});
});

Expand Down

0 comments on commit bfdd47f

Please sign in to comment.