Sha256: b7dddbbfaba8474ddc8266294f218d218039f6da3edf76cc9ed4e16f49e343b6
Contents?: true
Size: 985 Bytes
Versions: 6
Compression:
Stored size: 985 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`CancelResumeConfirm renders CANCEL modal 1`] = ` <ActionConfirmation abortAction="No" closeModal={[Function]} confirmAction="Yes" message="This will stop 3 tasks, putting them in the canceled state. Are you sure?" onClick={[Function]} showModal={true} title="Cancel Selected Tasks" /> `; exports[`CancelResumeConfirm renders CLOSED modal 1`] = ` <ActionConfirmation abortAction="No" closeModal={[Function]} confirmAction="Yes" message="This will resume 3 tasks, putting them in the running state. Are you sure?" onClick={[Function]} showModal={false} title="Resume Selected Tasks" /> `; exports[`CancelResumeConfirm renders RESUME modal 1`] = ` <ActionConfirmation abortAction="No" closeModal={[Function]} confirmAction="Yes" message="This will resume 3 tasks, putting them in the running state. Are you sure?" onClick={[Function]} showModal={true} title="Resume Selected Tasks" /> `;
Version data entries
6 entries across 6 versions & 1 rubygems