From 0d75919ce7500a93b04259798db010c2b852ebd5 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Fri, 6 Sep 2024 18:10:50 +0200 Subject: [PATCH] remove unnecessary comment --- .../integration_tests/release_action.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx index 93d134a10cfc4..75278dd0f2c01 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/command_render_components/integration_tests/release_action.test.tsx @@ -261,7 +261,6 @@ describe('When using the release action from response actions console', () => { }); }); - // TODO Not passing after the update to user-event v14 https://github.com/elastic/kibana/pull/189949 it('should display completion output if done (no additional API calls)', async () => { const { apiMocks, render } = await prepareTestConsoleClosed(); const { consoleManagerMockAccess } = await render();