Skip to content

Commit

Permalink
Test historial de preguntas
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouronesclavera committed Apr 18, 2024
1 parent de016cc commit b3d4925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/components/HistoricalData.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { render, fireEvent, screen, waitFor } from '@testing-library/react';
import { render, screen, waitFor } from '@testing-library/react';
import axios from 'axios';
import MockAdapter from 'axios-mock-adapter';
import HistoricalData from './HistoricalData';
Expand All @@ -26,7 +26,6 @@ describe('HistoricalData component', () => {
<HistoricalData />
</Router>);

const element = screen.getByText(/Historial de preguntas/);
const tableElement = screen.getByRole('table');

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

0 comments on commit b3d4925

Please sign in to comment.