Skip to content

Commit

Permalink
prueba aumento tests ranking list
Browse files Browse the repository at this point in the history
  • Loading branch information
uo283055 committed Apr 24, 2024
1 parent 3f5ad42 commit de6b83f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/src/components/RankingList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ test('renders column headers', () => {
test('tests tabla ranking', () => {
render(<RankingList />);
expect(screen.queryByText("Ranking")).toBeInTheDocument();
expect(screen.queryByText("Porcentaje de Aciertos")).toBeInTheDocument();
expect(screen.queryByText("Preguntas Correctas")).toBeInTheDocument();
expect(screen.queryByText("Preguntas Falladas")).toBeInTheDocument();
expect(screen.queryByText("Número de Partidas")).toBeInTheDocument();
expect(screen.getByText("Porcentaje de Aciertos")).toBeInTheDocument();
expect(screen.getByText("Preguntas Correctas")).toBeInTheDocument();
expect(screen.getByText("Preguntas Falladas")).toBeInTheDocument();
expect(screen.getByText("Número de Partidas")).toBeInTheDocument();
});


Expand Down

0 comments on commit de6b83f

Please # to comment.