Sha256: 37aa8a4f5032189a3839b54a771102fd3687d839683299cd812c14c06ae382b2

Contents?: true

Size: 768 Bytes

Versions: 92

Compression:

Stored size: 768 Bytes

Contents

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

exports[`TasksLabelsRow rendering render with minimal props 1`] = `
<Row
  bsClass="row"
  className="tasks-labels-row"
  componentClass="div"
>
  <span
    className="title"
  >
    Active Filters:
  </span>
</Row>
`;

exports[`TasksLabelsRow rendering render with props 1`] = `
<Row
  bsClass="row"
  className="tasks-labels-row"
  componentClass="div"
>
  <span
    className="title"
  >
    Active Filters:
  </span>
  <Label
    bsStyle="info"
    key="some"
    onRemoveClick={[Function]}
    type="default"
  >
    some = query
  </Label>
  <Button
    active={false}
    block={false}
    bsClass="btn"
    bsStyle="link"
    disabled={false}
    onClick={[Function]}
  >
    Clear All Filters
  </Button>
</Row>
`;

Version data entries

92 entries across 92 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-10.0.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksDashboard/Components/TasksLabelsRow/__snapshots__/TasksLabelsRow.test.js.snap