Sha256: 4d6a2c9abce4cde65643a8f322a4aad463f54db169101d172cc57a0b1ba2189c

Contents?: true

Size: 914 Bytes

Versions: 9

Compression:

Stored size: 914 Bytes

Contents

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

exports[`WebhooksIndexPage - Integration Test should flow: initial state 1`] = `
Object {
  "action": Array [
    Array [
      Object {
        "key": "WEBHOOKS",
        "params": Object {
          "order": "",
          "page": 1,
          "per_page": 20,
          "search": "",
        },
        "type": "get-some-type",
        "url": "/api/v2/webhooks?include_permissions=true",
      },
    ],
  ],
  "state": Object {},
}
`;

exports[`WebhooksIndexPage - Integration Test should flow: rendered 1`] = `
Object {
  "action": Array [
    Array [
      Object {
        "key": "WEBHOOKS",
        "params": Object {
          "order": "",
          "page": 1,
          "per_page": 20,
          "search": "",
        },
        "type": "get-some-type",
        "url": "/api/v2/webhooks?include_permissions=true",
      },
    ],
  ],
  "state": Object {},
}
`;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_webhooks-2.0.3 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-2.0.2 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-3.0.3 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-3.0.2 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-3.0.1 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-2.0.1 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-3.0.0 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-2.0.0 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap
foreman_webhooks-1.1.0 webpack/ForemanWebhooks/Routes/Webhooks/WebhooksIndexPage/__tests__/__snapshots__/integration.test.js.snap