Sha256: 9ccc1e7cb8675e94a0167181bc12a84df35b14a389d9b3f975c63bc8c299af04
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DeleteTableEntry should render delete parameter 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={false} onClick={[Function]} > <Icon name="delete" title="Delete entry" type="pf" /> </Button> </span> `; exports[`DeleteTableEntry should render disabled button 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={true} onClick={[Function]} > <Icon name="delete" title="Delete entry" type="pf" /> </Button> </span> `; exports[`DeleteTableEntry should render hidden button 1`] = `""`;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_acd-0.7.0 | webpack/components/common/__tests__/__snapshots__/DeleteTableEntry.test.js.snap |