Sha256: fec0b3960ccf1ee060a56d874a6d9dd13d83462c53a3fd4bbc90d37852e878d9

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

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

exports[`InsightsCloudSync render 1`] = `
<div
  className="rh-cloud-insights"
>
  <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={
      <Button
        onClick={[Function]}
        variant="primary"
      >
        Start recommendations sync
      </Button>
    }
  >
    <Connect(InsightsTable) />
  </PageLayout>
</div>
`;

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.19 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.18.1 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.18 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.17 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap