Sha256: f028389a8e145412b7c1c8cd1cc5e5d554a3d78d9f0036a248ea5091a153b14f

Contents?: true

Size: 1.49 KB

Versions: 68

Compression:

Stored size: 1.49 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>
          <OrderedRolesTooltip />
          Assigned Ansible Roles
        </h2>
      </div>
      <AssignedRolesList
        assignedRoles={Array []}
        onMoveRole={[Function]}
        onRemoveRole={[Function]}
        resourceName=""
        toDestroyRoles={Array []}
        unassignedRoles={Array []}
      />
    </Col>
  </Row>
</Grid>
`;

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
foreman_ansible-7.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.3.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.3.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.3.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.3.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.4.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.4.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-6.3.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap