Skip to content

Commit

Permalink
🧪 Changes in main page tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed Apr 15, 2024
1 parent 845ab99 commit 540c8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/MainPage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('MainPage component', () => {
const element2 = screen.getByText(/WIQ 2024!/);
const newGameButton = screen.getByRole('button', { name: 'Nuevo juego' });
const historicalQuestionsButton = screen.getByRole('button', { name: 'Historial de preguntas' });
const historialUserDataButton = screen.getByRole('button', { name: 'Historial del usuario' });
const historialUserDataButton = screen.getByRole('button', { name: 'Historial de usuario' });
const registerUsersButton = screen.getByRole('button', { name: 'Usuarios registrados' });

// Verifica si el elemento se encuentra en el DOM
Expand Down

0 comments on commit 540c8be

Please sign in to comment.