diff --git a/x-pack/plugins/security_solution/public/dashboards/pages/landing_page/index.test.tsx b/x-pack/plugins/security_solution/public/dashboards/pages/landing_page/index.test.tsx index 0203d294de564..357cf5d21670b 100644 --- a/x-pack/plugins/security_solution/public/dashboards/pages/landing_page/index.test.tsx +++ b/x-pack/plugins/security_solution/public/dashboards/pages/landing_page/index.test.tsx @@ -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();