Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287747 committed Feb 28, 2024
1 parent 85964f5 commit d7c9d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/test/Nav.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ describe('Nav component', () => {
render(<Nav goTo={mockGoTo} />);

// Verifica que los elementos del Nav se rendericen correctamente
expect(screen.getByText('React Quiz')).toBeInTheDocument();
expect(screen.getByText('Volver al Menú')).toBeInTheDocument();
expect(screen.getByAltText('Remy Sharp')).toBeInTheDocument();

Expand Down

0 comments on commit d7c9d28

Please sign in to comment.