Sha256: 460074ce0954c93d3d0f9bf54a0150df346ef5fd60c8dc5b58e73c45f50bb7ff

Contents?: true

Size: 1.95 KB

Versions: 4

Compression:

Stored size: 1.95 KB

Contents

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

exports[`TaskDetails rendering render without Props 1`] = `
<div
  className="task-details-react well"
>
  <Uncontrolled(Tabs)
    animation={false}
    defaultActiveKey={1}
    id="task-details-tabs"
  >
    <Tab
      eventKey={1}
      title="Task"
    >
      <Task
        action=""
        allowDangerousActions={false}
        cancellable={false}
        endedAt=""
        error={Array []}
        executionPlan={Object {}}
        externalId=""
        failedSteps={Array []}
        fetchTaskDetails={[Function]}
        hasSubTasks={false}
        help=""
        id=""
        input={Array []}
        label=""
        locks={Array []}
        output={Object {}}
        parentTask=""
        progress={0}
        refetchTaskDetails={[Function]}
        result="error"
        resumable={false}
        runningSteps={Array []}
        showForceUnlockModal={false}
        showUnlockModal={false}
        startAt=""
        startBefore=""
        startedAt=""
        state=""
        taskReload={false}
        taskReloadStart={[Function]}
        taskReloadStop={[Function]}
        timeoutId={null}
        toggleForceUnlockModal={[Function]}
        toggleUnlockModal={[Function]}
        username=""
        usernamePath=""
      />
    </Tab>
    <Tab
      eventKey={2}
      title="Running Steps"
    >
      <RunningSteps
        executionPlan={Object {}}
        runningSteps={Array []}
      />
    </Tab>
    <Tab
      eventKey={3}
      title="Errors"
    >
      <Errors
        executionPlan={Object {}}
        failedSteps={Array []}
      />
    </Tab>
    <Tab
      eventKey={4}
      title="Locks"
    >
      <Locks
        locks={Array []}
      />
    </Tab>
    <Tab
      eventKey={5}
      title="Raw"
    >
      <Raw
        endedAt=""
        externalId=""
        id=""
        input={Array []}
        label=""
        output={Object {}}
        startedAt=""
      />
    </Tab>
  </Uncontrolled(Tabs)>
</div>
`;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman-tasks-0.16.3 webpack/ForemanTasks/Components/TaskDetails/__tests__/__snapshots__/TaskDetails.test.js.snap
foreman-tasks-0.16.2 webpack/ForemanTasks/Components/TaskDetails/__tests__/__snapshots__/TaskDetails.test.js.snap
foreman-tasks-0.16.1 webpack/ForemanTasks/Components/TaskDetails/__tests__/__snapshots__/TaskDetails.test.js.snap
foreman-tasks-0.17.0 webpack/ForemanTasks/Components/TaskDetails/__tests__/__snapshots__/TaskDetails.test.js.snap