Sha256: 399c2ca933a0eb1f70c2516c2066064f783ec067b06494b3b5e9e855c907d36e

Contents?: true

Size: 307 Bytes

Versions: 75

Compression:

Stored size: 307 Bytes

Contents

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

exports[`durationCellFormmatter render with tooltip 1`] = `
<span
  className="param-value"
  title="some-tooltip"
>
  some-value
</span>
`;

exports[`durationCellFormmatter render without tooltip 1`] = `
<span
  className="param-value"
>
  some-value
</span>
`;

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
foreman-tasks-2.0.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.1.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.1.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-2.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-2.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.2.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.1.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.1.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.0.1 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/formatters/__test__/__snapshots__/durationCellFormmatter.test.js.snap