Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/public/dashboards/pages/detai…
Browse files Browse the repository at this point in the history
…ls/index.test.tsx

Co-authored-by: Pablo Machado <[email protected]>
  • Loading branch information
angorayc and machadoum authored May 3, 2023
1 parent feb2164 commit 7c852cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('DashboardView', () => {
expect(queryByTestId(`dashboard-view-error-prompt-wrapper`)).toBeInTheDocument();
});

test('render dashbard view with height', () => {
test('render dashboard view with height', () => {
const { queryByTestId } = render(
<Router history={mockHistory}>
<DashboardView />
Expand Down

0 comments on commit 7c852cb

Please sign in to comment.