Sha256: bbb90dc9f9f5e4b6015b43ee8c7a70bd541d305f0f36adf70fe90f03a665df62

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';

import TaskDetails from '../TaskDetails';

const fixtures = {
  'render without Props': {},
};

delete window.location;
window.location = new URL(
  'https://foreman.com/foreman_tasks/tasks/a15dd820-32f1-4ced-9ab7-c0fab8234c47/'
);

describe('TaskDetails', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(TaskDetails, fixtures));
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman-tasks-2.0.0 webpack/ForemanTasks/Components/TaskDetails/__tests__/TaskDetails.test.js
foreman-tasks-1.2.0 webpack/ForemanTasks/Components/TaskDetails/__tests__/TaskDetails.test.js