Sha256: 290c5f65da127fdfb9c1119a3190dece24776bd04d7f574930a9de899078c9f8

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

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

exports[`InsightsCloudSync render 1`] = `
<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
      active={false}
      block={false}
      bsClass="btn"
      bsStyle="primary"
      disabled={false}
      onClick={[Function]}
    >
      Sync now
    </Button>
  }
>
  <Connect(InsightsTable) />
</PageLayout>
`;

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_rh_cloud-3.0.16 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap
foreman_rh_cloud-3.0.15 webpack/InsightsCloudSync/__snapshots__/InsightsCloudSync.test.js.snap