Skip to content

Commit

Permalink
UICAL-285 - remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Sep 29, 2024
1 parent 2da9924 commit 4108ca1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/panes/InfoPane.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,14 +307,6 @@ describe('Calendar info pane', () => {
),
);

// await act(async () => {
// await userEvent.click(screen.getByRole('button', { name: 'Actions' }));
// });

// expect(screen.getByRole('button', { name: 'Edit' })).toBeInTheDocument();
// expect(
// screen.getByRole('button', { name: 'Duplicate' }),
// ).toBeInTheDocument();
expect(screen.queryByRole('button', { name: 'Actions' })).toBeNull();
});

Expand Down

0 comments on commit 4108ca1

Please sign in to comment.