From bdac04cc95cb22ed3b62181d1c45bd41d32de4aa Mon Sep 17 00:00:00 2001 From: Ashokaditya Date: Mon, 22 May 2023 10:24:11 +0200 Subject: [PATCH] typo refs b6f3bbe1279472aa316e7cd0b2d95ec8f9ec553c --- .../response_actions/view/response_actions_list_page.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/pages/response_actions/view/response_actions_list_page.test.tsx b/x-pack/plugins/security_solution/public/management/pages/response_actions/view/response_actions_list_page.test.tsx index 06eeaa1ca7860d..b97d0364894ac5 100644 --- a/x-pack/plugins/security_solution/public/management/pages/response_actions/view/response_actions_list_page.test.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/response_actions/view/response_actions_list_page.test.tsx @@ -504,7 +504,7 @@ describe('Response actions history page', () => { } }); - // verify 4 rows are expanded and are the ones from before + // verify 2 rows are expanded and are the ones from before expect(history.location.search).toEqual(`?withOutputs=${actionIdsWithDetails}`); }); });