diff --git a/webapp/src/components/GeneratedQuestionsList.test.js b/webapp/src/components/GeneratedQuestionsList.test.js index 71b5d55d..065ecdac 100644 --- a/webapp/src/components/GeneratedQuestionsList.test.js +++ b/webapp/src/components/GeneratedQuestionsList.test.js @@ -64,6 +64,10 @@ describe('GeneratedQuestionsList component', () => { }); test('should order questions by questionBody correctly', async () => { + await act(async () => { + render( {}} />); + }); + const questionBodyHeader = screen.getByRole('columnheader', { name: /Pregunta/i }); await act(async() => {