Skip to content

Commit

Permalink
Merge pull request #158 from Arquisoft/UO289659
Browse files Browse the repository at this point in the history
Arreglado bug test ranking
  • Loading branch information
UO289659 authored Apr 22, 2024
2 parents 4db91dd + ddc3259 commit 57cc9b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/src/components/Ranking.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import userEvent from '@testing-library/user-event';

describe('Ranking component', () => {

test('ranking título', async () => {
render(<Ranking />);
expect(screen.getByText('Ranking')).toBeInTheDocument();
});


it('muestra la opción seleccionada por defecto como "Porcentaje de Acierto"', () => {
render(<Ranking />);
Expand Down

0 comments on commit 57cc9b7

Please sign in to comment.