Skip to content

Commit

Permalink
Faltaba renderizarlo
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287627 committed Apr 28, 2024
1 parent df27148 commit 7452a5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webapp/src/components/GeneratedQuestionsList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ describe('GeneratedQuestionsList component', () => {
});

test('should order questions by questionBody correctly', async () => {
await act(async () => {
render(<GeneratedQuestionsList setError={() => {}} />);
});

const questionBodyHeader = screen.getByRole('columnheader', { name: /Pregunta/i });

await act(async() => {
Expand Down

0 comments on commit 7452a5c

Please sign in to comment.