Skip to content

Commit

Permalink
Clean up tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 20, 2021
1 parent 62d93ff commit c6f4e54
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { fireEvent, waitFor } from '@testing-library/react';
import { render } from '../../../lib/helper/rtl_helpers';
import { ActionMenuContent } from './action_menu_content';

describe('ActionMenu', () => {
describe('ActionMenuContent', () => {
it('renders alerts dropdown', async () => {
const { getByLabelText, getByText } = render(<ActionMenuContent />);

Expand All @@ -29,7 +29,6 @@ describe('ActionMenu', () => {
const settingsAnchor = getByLabelText('Navigate to the Uptime settings page');
expect(settingsAnchor.getAttribute('href')).toBe('/settings');
expect(getByText('Settings'));
expect(true).toBe(true);
});

it('renders exploratory view link', () => {
Expand Down

0 comments on commit c6f4e54

Please sign in to comment.