Skip to content

Commit

Permalink
Remove failing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicgamedeveloper committed Jul 24, 2024
1 parent 5818d9b commit 1853d66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/test/integration/integrationTestUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ export async function testMenuToolbar() {
expect(openSettingsButton).toBeInTheDocument();
expect(within(openSettingsButton).getByText('A')).toBeInTheDocument();

expect(screen.getAllByRole('menuitem')).toBeInTheDocument();

const buttonsDiv = closestDiv(openSettingsButton);

const githubButtonDiv = within(buttonsDiv).getByLabelText(
Expand Down

0 comments on commit 1853d66

Please sign in to comment.