Sha256: 85ea8d92516e1bf732f8966321dd1a9d87391c88ac41bb521aeb42c165519440

Contents?: true

Size: 374 Bytes

Versions: 69

Compression:

Stored size: 374 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';
import { TasksIndexPage } from '../TasksIndexPage';
import { minProps } from './TasksTable.fixtures';

const fixtures = {
  'render with minimal props': minProps,
};

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

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
foreman-tasks-8.1.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.1.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.1.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.0.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.0.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.0.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-7.2.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-7.1.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-7.2.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-7.1.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-6.0.3 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-7.0.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-6.0.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-4.1.6 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-5.2.3 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-6.0.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-5.2.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-6.0.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-5.2.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-5.3.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js