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-10.0.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-10.0.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.2.3 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.2.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.2.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.2.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.1.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.0.4 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.1.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.0.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.0.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.3.3 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-9.0.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.2.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.1.4 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.3.2 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.3.1 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.1.3 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.3.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js
foreman-tasks-8.2.0 webpack/ForemanTasks/Components/TasksTable/__tests__/TasksIndexPage.test.js