Sha256: c6b6f725d4217ca2bdc19c148639d5d57c50e57383a57737d48d84007ae79ae6

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

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

exports[`WebhooksIndexPage redering render with minimal props 1`] = `
<PageLayout
  header="Webhooks"
  isLoading={false}
  onBookmarkClick={[Function]}
  onSearch={[Function]}
  searchProps={
    Object {
      "autocomplete": Object {
        "id": "searchBar",
        "searchQuery": "",
        "url": "webhooks/auto_complete_search",
        "useKeyShortcuts": true,
      },
      "bookmarks": Object {
        "canCreateBookmarks": true,
        "documentationUrl": "4.1.5Searching",
        "url": "/api/bookmarks",
      },
      "controller": "webhooks",
    }
  }
  searchQuery=""
  searchable={true}
  toastNotifications={Array []}
  toolbarButtons={
    <ForwardRef
      to=""
    >
      <Button
        active={false}
        block={false}
        bsClass="btn"
        bsStyle="primary"
        disabled={false}
      >
        Create Webhook
      </Button>
    </ForwardRef>
  }
>
  <WrappedWebhooksTable
    fetchAndPush={[Function]}
    hasData={false}
    hasError={false}
    isLoading={false}
    itemCount={0}
    message={
      Object {
        "text": "Try to create a new Webhook",
        "type": "empty",
      }
    }
    pagination={
      Object {
        "page": null,
        "perPage": null,
      }
    }
    results={Array []}
    setToDelete={[Function]}
    sort={Object {}}
    toDelete={Object {}}
  />
</PageLayout>
`;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_webhooks-1.0.0 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/WebhooksIndexPage.test.js.snap
foreman_webhooks-0.0.3 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/WebhooksIndexPage.test.js.snap
foreman_webhooks-0.0.2 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/WebhooksIndexPage.test.js.snap
foreman_webhooks-0.0.1 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/WebhooksIndexPage.test.js.snap