Sha256: 1d77488e9ad758e8f7e77303bec883dcbb3274baba52fb2af0f1d935dbe8d43f

Contents?: true

Size: 1007 Bytes

Versions: 36

Compression:

Stored size: 1007 Bytes

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": "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

36 entries across 36 versions & 1 rubygems

Version Path
foreman_remote_execution-8.2.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-9.0.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-9.0.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-8.1.2 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-8.1.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-8.1.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-7.2.2 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-7.2.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-7.2.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-5.0.8 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-8.0.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-7.1.1 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-7.1.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-7.0.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-5.0.7 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-5.0.6 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-6.2.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-5.0.5 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-6.1.0 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap
foreman_remote_execution-5.0.4 webpack/JobWizard/__tests__/__snapshots__/integration.test.js.snap