From b35170a6e3315d8fc8eda2196ac6c2734db6b028 Mon Sep 17 00:00:00 2001 From: kevinlog Date: Mon, 19 Jul 2021 12:30:01 -0400 Subject: [PATCH] update test --- .../user_action_host_isolation_comment_event.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/user_action_tree/user_action_host_isolation_comment_event.test.tsx b/x-pack/plugins/cases/public/components/user_action_tree/user_action_host_isolation_comment_event.test.tsx index 393476db9a3631..6330ecf12e0481 100644 --- a/x-pack/plugins/cases/public/components/user_action_tree/user_action_host_isolation_comment_event.test.tsx +++ b/x-pack/plugins/cases/public/components/user_action_tree/user_action_host_isolation_comment_event.test.tsx @@ -26,7 +26,7 @@ describe('UserActionHostIsolationCommentEvent', () => { it('renders with the correct action and hostname', async () => { const wrapper = mount(); expect(wrapper.find(`[data-test-subj="actions-link-e1"]`).first().exists()).toBeTruthy(); - expect(wrapper.text()).toBe('isolate submitted on host host1'); + expect(wrapper.text()).toBe('isolate request submitted on host host1'); }); it('navigates to app on link click', async () => {