main

mattermost/focalboard

Last updated at: 28/12/2023 01:34

multiselect.test.tsx.snap

TLDR

The provided file is a Jest snapshot of the multiselect component in the properties folder of the Demo Projects project. It shows the selected options when the menu is not opened.

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`properties/multiSelect shows only the selected options when menu is not opened 1`] = `
<div>
  <div
    class="octo-propertyvalue octo-propertyvalue--readonly"
    data-testid="multiselect-non-editable"
    tabindex="0"
  >
    <span
      class="Label propColorDefault "
    >
      a
    </span>
    <span
      class="Label empty "
    >
      b
    </span>
  </div>
</div>
`;