Sha256: e6945c0a8f97ad744ad9032feceecbd9379c868cf3b93a16ac761d649926c3d7

Contents?: true

Size: 1.4 KB

Versions: 8

Compression:

Stored size: 1.4 KB

Contents

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

exports[`InsightsCloudSync render 1`] = `
<div
  className="rh-cloud-insights"
>
  <Connect(InsightsSettings) />
  <PageLayout
    beforeToolbarComponent={<InsightsHeader />}
    header="Red Hat Insights"
    onSearch={[Function]}
    searchProps={
      Object {
        "autocomplete": Object {
          "id": "searchBar",
          "searchQuery": "",
          "url": "/insights_cloud/hits/auto_complete_search",
          "useKeyShortcuts": true,
        },
        "bookmarks": Object {
          "canCreateBookmarks": true,
          "documentationUrl": "4.1.5Searching",
          "url": "/api/bookmarks",
        },
        "controller": "insights_hits",
      }
    }
    searchQuery=""
    searchable={true}
    toolbarButtons={
      <React.Fragment>
        <span
          className="insights-toolbar-buttons"
        >
          <Memo(Connect(RemediationModal)) />
          <ToolbarDropdown
            onRecommendationSync={[Function]}
          />
        </span>
        <span
          className="pull-right"
        >
          <Pagination
            isCompact={true}
            variant="top"
          />
        </span>
      </React.Fragment>
    }
  >
    <Connect(InsightsTable) />
  </PageLayout>
</div>
`;

exports[`InsightsCloudSync render no token 1`] = `
<PageLayout
  header="Red Hat Insights"
  searchable={false}
>
  <NoTokenEmptyState />
</PageLayout>
`;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_rh_cloud-5.0.35 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.34 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.33 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.32 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.31 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.30 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.29 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-5.0.28 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap