Sha256: f028389a8e145412b7c1c8cd1cc5e5d554a3d78d9f0036a248ea5091a153b14f

Contents?: true

Size: 1.49 KB

Versions: 66

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

66 entries across 66 versions & 1 rubygems

Version Path
foreman_ansible-15.0.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-15.0.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-15.0.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-15.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-14.2.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-14.2.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.7 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-14.2.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-14.1.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-14.1.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.5 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-14.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.3 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.2 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.1 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-13.0.0 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-12.0.7 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-10.4.4 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap
foreman_ansible-7.1.8 webpack/components/AnsibleRolesSwitcher/__tests__/__snapshots__/AnsibleRolesSwitcher.test.js.snap