Skip to content

Commit

Permalink
🧪 Changes in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coral2742 committed Apr 15, 2024
1 parent 805ac50 commit 845ab99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/MainPage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ describe('MainPage component', () => {
const element1 = screen.getByText(/¡Bienvenido a/);
const element2 = screen.getByText(/WIQ 2024!/);
const newGameButton = screen.getByRole('button', { name: 'Nuevo juego' });
const historicalQuestionsButton = screen.getByRole('button', { name: 'Histórico de preguntas' });
const historialUserDataButton = screen.getByRole('button', { name: 'Histórico del usuario' });
const historicalQuestionsButton = screen.getByRole('button', { name: 'Historial de preguntas' });
const historialUserDataButton = screen.getByRole('button', { name: 'Historial del usuario' });
const registerUsersButton = screen.getByRole('button', { name: 'Usuarios registrados' });

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

0 comments on commit 845ab99

Please sign in to comment.