Sha256: ef9a743eb9686857d196729876d77bf423ee83ef0fad34fc33ef9b11f3be288f
Contents?: true
Size: 739 Bytes
Versions: 7
Compression:
Stored size: 739 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import RunningSteps from '../RunningSteps'; const fixtures = { 'render without Props': {}, 'render with Props': { executionPlan: { state: 'paused', cancellable: false, }, runningSteps: [ { cancellable: false, id: 1, action_class: 'test', state: 'paused', input: '{"locale"=>"en",\n "current_request_id"=>nil,\n "current_user_id"=>4,\n "current_organization_id"=>nil,\n "current_location_id"=>nil}\n', output: '{}\n', }, ], }, }; describe('RunningSteps', () => { describe('rendering', () => testComponentSnapshotsWithFixtures(RunningSteps, fixtures)); });
Version data entries
7 entries across 7 versions & 1 rubygems