Sha256: f7362da53a5b2d7b2783362c5c419c58d8fab9ec6bcdd54c8f8c0586f10df80c

Contents?: true

Size: 868 Bytes

Versions: 25

Compression:

Stored size: 868 Bytes

Contents

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

exports[`Subscriptions selectors should select delete-button-disabled 1`] = `true`;

exports[`Subscriptions selectors should select delete-modal-opened 1`] = `false`;

exports[`Subscriptions selectors should select manifest-modal-opened 1`] = `false`;

exports[`Subscriptions selectors should select search-query 1`] = `"some-query"`;

exports[`Subscriptions selectors should select subscriptions tasks 1`] = `
Array [
  "task1",
  "task2",
]
`;

exports[`Subscriptions selectors should select task-modal-opened 1`] = `false`;

exports[`Subscriptions selectors should select the subscriptions state 1`] = `
Object {
  "deleteButtonDisabled": true,
  "deleteModalOpened": false,
  "manifestModalOpened": false,
  "searchQuery": "some-query",
  "taskModalOpened": false,
  "tasks": Array [
    "task1",
    "task2",
  ],
}
`;

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
katello-3.15.0.rc1.1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.15.0.rc1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.14.1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.4 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.14.0 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.3 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.14.0.rc2 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.2 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.14.0.rc1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.0 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.0.rc2.1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.0.rc2 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.12.3 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.12.2 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.13.0.rc1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.12.1 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.11.2 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.12.0 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap
katello-3.12.0.rc2 webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsSelectors.test.js.snap