Sha256: 139b754ca0c6a83f3f967ee7d8e412ad64eed60b13b87642c43c8d646876d0d7

Contents?: true

Size: 1.16 KB

Versions: 10

Compression:

Stored size: 1.16 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={
      <React.Fragment>
        <UNDEFINED />
        <Button
          onClick={[Function]}
          variant="secondary"
        >
          Start recommendations sync
        </Button>
      </React.Fragment>
    }
  >
    <Connect(InsightsTable) />
  </PageLayout>
</div>
`;

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.25 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-4.0.24.1 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-4.0.24 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-4.0.23 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.22 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-4.0.22 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-4.0.21.1 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.21.1 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.21 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.20 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap