Skip to content

Commit

Permalink
Arreglado bug test ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
UO289659 committed Apr 22, 2024
1 parent 9093453 commit ddc3259
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 ddc3259

Please sign in to comment.