Sha256: 26c1eb5ae63340680b2405178152f243b2a8c234857140ea2938913b78715975

Contents?: true

Size: 1.45 KB

Versions: 150

Compression:

Stored size: 1.45 KB

Contents

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

exports[`Dashboard actions should downloadReports 1`] = `
Object {
  "payload": Object {
    "accountID": "some-account-ID",
  },
  "type": "INVENTORY_REPORTS_DOWNLOAD",
}
`;

exports[`Dashboard actions should fetchLogs 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "accountID": "some-account-ID",
        "activeTab": "generating",
        "logs": Array [
          "some-logs",
          "some-logs",
        ],
        "scheduled": "2019-08-21T16:14:16.520+03:00",
      },
      "type": "INVENTORY_POLLING",
    },
  ],
]
`;

exports[`Dashboard actions should setActiveTab 1`] = `
Object {
  "payload": Object {
    "accountID": "some-account-ID",
    "activeTab": "uploads",
  },
  "type": "INVENTORY_TAB_CHANGED",
}
`;

exports[`Dashboard actions should startPolling 1`] = `
Object {
  "payload": Object {
    "accountID": "some-account-ID",
    "pollingProcessID": 1,
  },
  "type": "INVENTORY_POLLING_START",
}
`;

exports[`Dashboard actions should stopPolling 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "accountID": "some-account-ID",
      },
      "type": "INVENTORY_POLLING_STOP",
    },
  ],
]
`;

exports[`Dashboard actions should toggleFullScreen 1`] = `
Array [
  Array [
    Object {
      "payload": Object {
        "accountID": "some-account-ID",
        "activeTab": "generating",
      },
      "type": "INVENTORY_TOGGLE_TERMINAL_FULL_SCREEN",
    },
  ],
]
`;

Version data entries

150 entries across 150 versions & 2 rubygems

Version Path
foreman_rh_cloud-6.0.42 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.41 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.39 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.38 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-4.0.35 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.37 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.36 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.35 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.34 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.33 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-3.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-4.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.32 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-4.0.31 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.31 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.30 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-4.0.30 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-3.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-4.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap
foreman_rh_cloud-5.0.29 webpack/ForemanInventoryUpload/Components/Dashboard/__tests__/__snapshots__/DashboardActions.test.js.snap