Sha256: 4b9bd37549beac6a194a27404aae4959005cdff2d42eab2eb03d56ab64ca90a7

Contents?: true

Size: 1.53 KB

Versions: 33

Compression:

Stored size: 1.53 KB

Contents

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

exports[`AnsibleRolesSwitcher should render 1`] = `
<Grid
  bsClass="container-fluid"
  componentClass="div"
  fluid={false}
  id="ansibleRolesSwitcher"
>
  <Row
    bsClass="row"
    className="row-eq-height"
    componentClass="div"
  >
    <AnsibleRolesSwitcherError
      error={
        Object {
          "errorMsg": "",
          "statusText": "",
        }
      }
    />
    <Col
      bsClass="col"
      className="available-roles-container"
      componentClass="div"
      sm={6}
    >
      <div
        className="available-roles-header"
      >
        <h2>
          Available Ansible Roles
        </h2>
      </div>
      <AvailableRolesList
        itemCount={20}
        loading={false}
        onAddRole={[Function]}
        onListingChange={[Function]}
        pagination={
          Object {
            "page": 1,
            "perPage": 12,
          }
        }
        unassignedRoles={Array []}
      />
    </Col>
    <Col
      bsClass="col"
      className="assigned-roles-container"
      componentClass="div"
      sm={6}
    >
      <div
        className="assigned-roles-header"
      >
        <h2>
          Assigned Ansible Roles
        </h2>
      </div>
      <AssignedRolesList
        assignedRoles={Array []}
        itemCount={2}
        onPaginationChange={[Function]}
        onRemoveRole={[Function]}
        pagination={
          Object {
            "page": 1,
            "perPage": 12,
          }
        }
        resourceName=""
      />
    </Col>
  </Row>
</Grid>
`;

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
foreman_ansible-6.1.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.0.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.1.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.0.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-5.1.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-5.1.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-5.1.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-5.1.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.3.5 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.3.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.3.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.3.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-5.0.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.5 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.3.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-5.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-4.0.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap