Sha256: 44055131333b688a6f8049f2933bc7ee57214f0846169db028b64a09efa2c33e

Contents?: true

Size: 1.29 KB

Versions: 102

Compression:

Stored size: 1.29 KB

Contents

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

exports[`InsightsSettings actions should generate INSIGHTS_SYNC_SETTING_SET action 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "settings": Object {
          "insightsSyncEnabled": true,
        },
      },
      "type": "INSIGHTS_SYNC_SETTING_SET",
    },
  ],
]
`;

exports[`InsightsSettings actions should generate INSIGHTS_SYNC_SETTINGS_GET_SUCCESS action 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "settings": Object {
          "insightsSyncEnabled": true,
        },
      },
      "type": "INSIGHTS_SYNC_SETTINGS_GET_SUCCESS",
    },
  ],
]
`;

exports[`InsightsSettings actions should handle getInsightsSyncSettings with error  1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "message": Object {
          "message": "Network error!",
          "sticky": true,
          "type": "error",
        },
      },
      "type": "TOASTS_ADD",
    },
  ],
]
`;

exports[`InsightsSettings actions should handle setInsightsSyncEnabled with error  1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "message": Object {
          "message": "Network error!",
          "sticky": true,
          "type": "error",
        },
      },
      "type": "TOASTS_ADD",
    },
  ],
]
`;

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
foreman_rh_cloud-9.0.59 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-11.0.2 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-11.0.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-11.0.0 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.58 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-10.0.2 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.57 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-10.0.1 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.56 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.55 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.54 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.53 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.52 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-8.0.52 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-9.0.51 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-8.0.51 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-7.0.48 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-7.0.47 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-8.0.50 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap
foreman_rh_cloud-8.0.49 webpack/InsightsCloudSync/Components/InsightsSettings/__tests__/__snapshots__/InsightsSettingsActions.test.js.snap