Sha256: 0812cc2048034485850c5d12d2a5969a2a9da02346f07db42c1e943af13fc795

Contents?: true

Size: 955 Bytes

Versions: 34

Compression:

Stored size: 955 Bytes

Contents

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

exports[`AnsibleRolesSwitcherSelectors should return all roles when no roles assigned 1`] = `
Array [
  Object {
    "id": 4,
    "name": "geerlingguy.java",
  },
  Object {
    "id": 2,
    "name": "jtyr.ntp",
  },
  Object {
    "id": 3,
    "name": "rvm.ruby",
  },
  Object {
    "id": 1,
    "name": "sthirugn.motd",
  },
]
`;

exports[`AnsibleRolesSwitcherSelectors should return requested page 1`] = `
Array [
  Object {
    "id": 5,
    "name": "naftulikay.golang",
  },
  Object {
    "id": 8,
    "name": "puppet.puppet",
  },
  Object {
    "id": 3,
    "name": "rvm.ruby",
  },
  Object {
    "id": 10,
    "name": "salt.salt",
  },
  Object {
    "id": 1,
    "name": "sthirugn.motd",
  },
]
`;

exports[`AnsibleRolesSwitcherSelectors should return unassigned roles 1`] = `
Array [
  Object {
    "id": 3,
    "name": "rvm.ruby",
  },
  Object {
    "id": 1,
    "name": "sthirugn.motd",
  },
]
`;

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
foreman_ansible-4.0.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-4.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.9 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.8 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.7 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.6 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.5 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-2.3.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-3.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap
foreman_ansible-2.3.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcherSelectors.test.js.snap