Sha256: 5e318cf79def01f7b39ff3b902e8e71a9b1a2643b92b21463b2135c6429611bf

Contents?: true

Size: 1.61 KB

Versions: 179

Compression:

Stored size: 1.61 KB

Contents

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

exports[`Tables reducer should create response for CREATE_TABLE_SUCCESS 1`] = `
Object {
  "Katello::Subscriptions": Object {
    "columns": Array [
      "id",
      "product_id",
      "contract_number",
      "start_date",
      "end_date",
    ],
    "created_at": "2018-06-22 16:01:06 -0600",
    "id": 36,
    "name": "Katello::Subscriptions",
    "updated_at": "2018-06-22 22:38:15 -0600",
  },
  "loading": false,
}
`;

exports[`Tables reducer should have error on TABLE_REQUEST_FAILURE 1`] = `
Object {
  "loading": false,
}
`;

exports[`Tables reducer should keep loading state on TABLES_REQUEST 1`] = `
Object {
  "loading": true,
}
`;

exports[`Tables reducer should pull table list from response TABLES_SUCCESS 1`] = `
Object {
  "Katello::Subscriptions": Object {
    "columns": Array [
      "id",
      "product_id",
      "contract_number",
      "start_date",
      "end_date",
    ],
    "created_at": "2018-06-22 16:01:06 -0600",
    "id": 36,
    "name": "Katello::Subscriptions",
    "updated_at": "2018-06-22 22:38:15 -0600",
  },
  "loading": false,
}
`;

exports[`Tables reducer should return the initial state 1`] = `
Object {
  "loading": false,
}
`;

exports[`Tables reducer should update response UPDATE_TABLE_SUCCESS 1`] = `
Object {
  "Katello::Subscriptions": Object {
    "columns": Array [
      "id",
      "product_id",
      "contract_number",
      "start_date",
      "end_date",
    ],
    "created_at": "2018-06-22 16:01:06 -0600",
    "id": 36,
    "name": "Katello::Subscriptions",
    "updated_at": "2018-06-22 22:38:15 -0600",
  },
  "loading": false,
}
`;

Version data entries

179 entries across 179 versions & 1 rubygems

Version Path
katello-4.2.0.rc1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.2.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.2.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.2 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.2 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-3.18.4 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.0 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.1.2 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-3.18.3.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.0.rc2.2 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.0.rc2.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.1.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-3.18.3 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.0.rc2 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.0.rc1.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.1.0.rc1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.0 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap
katello-4.0.0.rc3.1 webpack/scenes/Settings/Tables/__tests__/__snapshots__/TableReducer.test.js.snap