Browse Source

Follow-up b8ad2d91 - Feature: Desktop-View - Added new common popover component.

Dominik Klein 11 months ago
parent
commit
0dfdf6e10c

+ 3 - 0
app/frontend/apps/desktop/components/CommonPopover/__tests__/CommonPopover.spec.ts

@@ -32,6 +32,9 @@ const renderPopover = () => {
 describe('CommonPopover.vue', () => {
   it('does not render when popover is not open', () => {
     const view = renderComponent(CommonPopover, {
+      props: {
+        owner: null,
+      },
       slots: {
         default: 'Example Content',
       },