Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Jun 30, 2023
1 parent cbc4b7d commit d6e2435
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ describe('Dashboards landing', () => {
expect(screen.getByTestId('dashboardsTable')).toBeInTheDocument();
});

it('should call DashboardListingTable with withoutPageTemplateWrapper equals to true', async () => {
await renderDashboardLanding();

expect(
(DashboardListingTable as jest.Mock).mock.calls[0][0].withoutPageTemplateWrapper
).toEqual(true);
});

it('should call DashboardListingTable with correct initialFilter', async () => {
await renderDashboardLanding();

Expand Down

0 comments on commit d6e2435

Please sign in to comment.