Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288574 committed Apr 27, 2024
1 parent 4ec1cd9 commit b5370e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/game/GameConfiguration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("Game Configuration", () => {
);

//NUMBER OF QUESTIONS
const input = getByLabelText('Número de preguntas:');
let input = getByLabelText('Número de preguntas:');
fireEvent.change(input, { target: { value: '5' } });
expect(input.value).toBe('5');
// try to put number of questions = 0
Expand Down

0 comments on commit b5370e2

Please sign in to comment.