Sha256: 7f41854534e7a0bb275639305364224350c426aad4cb176db7a1a303f9be8508

Contents?: true

Size: 1.38 KB

Versions: 4

Compression:

Stored size: 1.38 KB

Contents

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

exports[`TargetingHosts renders 1`] = `
<LoadingState
  additionalClasses=""
  loading={false}
  loadingText="Loading"
  size="lg"
  timeout={300}
>
  <div>
    <table
      className="table table-bordered table-striped table-hover"
    >
      <thead>
        <tr>
          <th>
            Host
          </th>
          <th>
            Status
          </th>
          <th>
            Actions
          </th>
        </tr>
      </thead>
      <tbody>
        <HostItem
          actions={Array []}
          key="host"
          link="/link"
          name="host"
          status="success"
        />
      </tbody>
    </table>
  </div>
</LoadingState>
`;

exports[`TargetingHosts renders with error 1`] = `
<Alert
  className=""
  onDismiss={null}
  type="error"
>
  There was an error while updating the status, try refreshing the page.
</Alert>
`;

exports[`TargetingHosts renders with loading 1`] = `
<LoadingState
  additionalClasses=""
  loading={true}
  loadingText="Loading"
  size="lg"
  timeout={300}
>
  <div>
    <table
      className="table table-bordered table-striped table-hover"
    >
      <thead>
        <tr>
          <th>
            Host
          </th>
          <th>
            Status
          </th>
          <th>
            Actions
          </th>
        </tr>
      </thead>
      <tbody />
    </table>
  </div>
</LoadingState>
`;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman_remote_execution-3.3.5 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-3.3.4 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-3.3.3 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap
foreman_remote_execution-3.3.2 webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap