Sha256: 41f4506916e2e620558d2d6f1427c5768c612c78a0104676a532370a37c89061

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

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

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.33 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.32 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.29 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.28 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.26 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.25 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.24.1 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.24 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.23 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap