Skip to content

Commit b0b048b

Browse files
author
oatkiller
committed
comments
1 parent 68c0e91 commit b0b048b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/plugins/security_solution/public/timelines/components/timeline/body

x-pack/plugins/security_solution/public/timelines/components/timeline/body/index.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ describe('Body', () => {
162162
<Body {...props} />
163163
</TestProviders>
164164
);
165+
// the timeline body still renders, but it gets a `display: none` style via `styled-components`.
165166
expect(wrapper.find(TimelineBody).props().visible).toBe(false);
166167
});
167168
});

0 commit comments

Comments
 (0)