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

exports[`<NotificationsCallOut /> spec renders the component 1`] = `
Object {
  "asFragment": [Function],
  "baseElement": <body>
    <div>
      <div
        class="euiCallOut euiCallOut--danger"
      >
        <div
          class="euiCallOutHeader"
        >
          EuiIconMock
          <span
            class="euiCallOutHeader__title"
          >
            Notifications plugin is not installed
          </span>
        </div>
        <div
          class="euiText euiText--small"
        >
          <div
            class="euiTextColor euiTextColor--default"
          >
            <p>
              Install the notifications plugin in order to create and select channels to send out notifications. 
              <a
                class="euiLink euiLink--primary"
                href="https://opensearch.org/docs/latest/notifications-plugin/index/"
                rel="noreferrer"
              >
                Learn more
                EuiIconMock
              </a>
              .
            </p>
          </div>
        </div>
      </div>
      <div
        class="euiSpacer euiSpacer--m"
      />
    </div>
  </body>,
  "container": <div>
    <div
      class="euiCallOut euiCallOut--danger"
    >
      <div
        class="euiCallOutHeader"
      >
        EuiIconMock
        <span
          class="euiCallOutHeader__title"
        >
          Notifications plugin is not installed
        </span>
      </div>
      <div
        class="euiText euiText--small"
      >
        <div
          class="euiTextColor euiTextColor--default"
        >
          <p>
            Install the notifications plugin in order to create and select channels to send out notifications. 
            <a
              class="euiLink euiLink--primary"
              href="https://opensearch.org/docs/latest/notifications-plugin/index/"
              rel="noreferrer"
            >
              Learn more
              EuiIconMock
            </a>
            .
          </p>
        </div>
      </div>
    </div>
    <div
      class="euiSpacer euiSpacer--m"
    />
  </div>,
  "debug": [Function],
  "findAllByAltText": [Function],
  "findAllByDisplayValue": [Function],
  "findAllByLabelText": [Function],
  "findAllByPlaceholderText": [Function],
  "findAllByRole": [Function],
  "findAllByTestId": [Function],
  "findAllByText": [Function],
  "findAllByTitle": [Function],
  "findByAltText": [Function],
  "findByDisplayValue": [Function],
  "findByLabelText": [Function],
  "findByPlaceholderText": [Function],
  "findByRole": [Function],
  "findByTestId": [Function],
  "findByText": [Function],
  "findByTitle": [Function],
  "getAllByAltText": [Function],
  "getAllByDisplayValue": [Function],
  "getAllByLabelText": [Function],
  "getAllByPlaceholderText": [Function],
  "getAllByRole": [Function],
  "getAllByTestId": [Function],
  "getAllByText": [Function],
  "getAllByTitle": [Function],
  "getByAltText": [Function],
  "getByDisplayValue": [Function],
  "getByLabelText": [Function],
  "getByPlaceholderText": [Function],
  "getByRole": [Function],
  "getByTestId": [Function],
  "getByText": [Function],
  "getByTitle": [Function],
  "queryAllByAltText": [Function],
  "queryAllByDisplayValue": [Function],
  "queryAllByLabelText": [Function],
  "queryAllByPlaceholderText": [Function],
  "queryAllByRole": [Function],
  "queryAllByTestId": [Function],
  "queryAllByText": [Function],
  "queryAllByTitle": [Function],
  "queryByAltText": [Function],
  "queryByDisplayValue": [Function],
  "queryByLabelText": [Function],
  "queryByPlaceholderText": [Function],
  "queryByRole": [Function],
  "queryByTestId": [Function],
  "queryByText": [Function],
  "queryByTitle": [Function],
  "rerender": [Function],
  "unmount": [Function],
}
`;