Sha256: 2bd255e3024a9df2d08366c60aca6635ebe6b6e0a34a2a72f6e33132a5c24b72

Contents?: true

Size: 620 Bytes

Versions: 22

Compression:

Stored size: 620 Bytes

Contents

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

exports[`ExcludePackagesSwitcher actions should handleToggle 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "excludePackages": true,
      },
      "type": "EXCLUDE_PACKAGES_TOGGLE",
    },
  ],
]
`;

exports[`ExcludePackagesSwitcher actions should invoke toast notification upon failure of handleToggle 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "message": Object {
          "message": "test error",
          "sticky": true,
          "type": "error",
        },
      },
      "type": "TOASTS_ADD",
    },
  ],
]
`;

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_rh_cloud-1.0.13 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/__snapshots__/ExcludePackagesSwitcherActions.test.js.snap
foreman_rh_cloud-2.0.13 webpack/ForemanInventoryUpload/Components/ExcludePackagesSwitcher/__tests__/__snapshots__/ExcludePackagesSwitcherActions.test.js.snap