Skip to content

Commit

Permalink
test: updated view component test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mornieur committed Sep 3, 2023
1 parent 1e79555 commit 73dc67f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ViewComponent/__test__/viewComponent.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ test('renders the ViewComponent', async () => {
const orderListElement = screen.getByText('Ordenar por');
expect(orderListElement).toBeInTheDocument();

const dropDownTextElement = screen.getByText('Data de Publicação');
expect(dropDownTextElement).toBeInTheDocument();

const menuItems = screen.getAllByRole('button');
expect(menuItems).toHaveLength(6);

Expand Down

0 comments on commit 73dc67f

Please sign in to comment.