Sha256: 9954ba7ae09d0b5858547df785a673285907e19d1a0f12fa1ce024177d1bacc2

Contents?: true

Size: 1.9 KB

Versions: 9

Compression:

Stored size: 1.9 KB

Contents

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

exports[`InsightsTable rendering render with Props 1`] = `
<Fragment>
  <SelectAllAlert
    clearAllSelection={[Function]}
    isAllSelected={false}
    selectAll={[Function]}
    selectedIds={Object {}}
    showSelectAllAlert={false}
  />
  <Table
    aria-label="Recommendations Table"
    borders={true}
    canSelectAll={true}
    canSortFavorites={true}
    cells={
      Array [
        Object {
          "sortKey": "hostname",
          "title": "Hostname",
          "transforms": Array [
            [Function],
            [Function],
          ],
        },
        Object {
          "sortKey": "title",
          "title": "Recommendation",
          "transforms": Array [
            [Function],
            [Function],
          ],
        },
        Object {
          "cellTransforms": Array [
            [Function],
          ],
          "sortKey": "total_risk",
          "title": "Total risk",
          "transforms": Array [
            [Function],
            [Function],
          ],
        },
        Object {
          "cellTransforms": Array [
            [Function],
          ],
          "title": "Remediate",
          "transforms": Array [
            [Function],
          ],
        },
      ]
    }
    className="recommendations-table"
    contentId="expanded-content"
    dropdownDirection="down"
    dropdownPosition="right"
    expandId="expandable-toggle"
    gridBreakPoint="grid-md"
    isStickyHeader={false}
    onSelect={[Function]}
    onSort={[Function]}
    ouiaSafe={true}
    role="grid"
    rowLabeledBy="simple-node"
    rows={Array []}
    selectVariant="checkbox"
    sortBy={
      Object {
        "direction": "desc",
        "index": 3,
      }
    }
    variant="compact"
  >
    <TableHeader />
    <Component />
  </Table>
  <TableEmptyState
    error={null}
    status="RESOLVED"
  />
  <Pagination
    variant="bottom"
  />
</Fragment>
`;

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_rh_cloud-4.0.36 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.35 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.32 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.31 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.30 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.29 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.27 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.26 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap
foreman_rh_cloud-4.0.25.1 webpack/InsightsCloudSync/Components/InsightsTable/__tests__/__snapshots__/InsightsTable.test.js.snap