Sha256: 0440513bf00a190ec35cc2d55ca1c4296c59e928678749798ab7ffb8700780bc

Contents?: true

Size: 1.13 KB

Versions: 46

Compression:

Stored size: 1.13 KB

Contents

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

exports[`Job wizard fill should select template: initial 1`] = `
Array [
  Object {
    "key": "JOB_CATEGORIES",
    "type": "get",
    "url": "/ui_job_wizard/categories",
  },
  Object {
    "key": "HOST_IDS",
    "params": Object {
      "search": "id = 105 or id = 37",
    },
    "type": "get",
    "url": "/api/hosts",
  },
  Object {
    "key": "JOB_TEMPLATES",
    "type": "get",
    "url": URI {
      "_deferred_build": true,
      "_parts": Object {
        "duplicateQueryParameters": false,
        "escapeQuerySpace": true,
        "fragment": null,
        "hostname": null,
        "password": null,
        "path": "foreman/api/v2/job_templates",
        "port": null,
        "preventInvalidHostname": false,
        "protocol": null,
        "query": "search=job_category%3D%22Ansible+Commands%22&per_page=all",
        "urn": null,
        "username": null,
      },
      "_string": "",
    },
  },
]
`;

exports[`Job wizard fill should select template: select template 1`] = `
Array [
  Object {
    "key": "JOB_TEMPLATE",
    "type": "get",
    "url": "/ui_job_wizard/template/178",
  },
]
`;

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.7 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-15.0.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.1.4 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.1.3 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.1.2 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.1.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.1.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.0.2 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.0.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.6 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-14.0.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.5 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.4 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.3 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.2 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-12.0.7 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.2.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-10.1.3 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-13.0.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap