Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
snmln committed Dec 24, 2024
1 parent c4f1b24 commit b5fad30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/scripts/components/common/page-footer/footer.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { render, screen } from '@testing-library/react';
import { navItems, footerSettings } from '../../../../../mock/veda.config.js';
import NasaLogoColor from '../nasa-logo-color';
import { NavItem } from '../page-header/types.js';
import '@testing-library/jest-dom/extend-expect';

import PageFooter from './index';

Expand Down Expand Up @@ -32,7 +31,6 @@ describe('PageFooter', () => {

expect(footerElement).toBeInTheDocument();
expect(footerElement).not.toHaveClass('display-none');

});
test('renders correct buttons and links', () => {
expect(screen.getByText('Data Catalog')).toBeInTheDocument();
Expand Down

0 comments on commit b5fad30

Please sign in to comment.