Sha256: 5aa854eb2283b756bc1fda546b69f0251b2d005a3bff43293e93b1e0f6218496
Contents?: true
Size: 1.47 KB
Versions: 13
Compression:
Stored size: 1.47 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`EditTableEntry should render disabled button 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={true} onClick={[Function]} > <Icon name="edit" title="edit this entry" type="pf" /> </Button> </span> `; exports[`EditTableEntry should render edit table entry 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={false} onClick={[Function]} > <Icon name="edit" title="edit this entry" type="pf" /> </Button> </span> `; exports[`EditTableEntry should render hidde, locked and disabled button 1`] = `""`; exports[`EditTableEntry should render hidden button 1`] = `""`; exports[`EditTableEntry should render locked and disabled button 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={true} onClick={[Function]} > <Icon name="edit" title="This entry is locked and can not be changed." type="pf" /> </Button> </span> `; exports[`EditTableEntry should render locked button 1`] = ` <span> <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={true} onClick={[Function]} > <Icon name="edit" title="This entry is locked and can not be changed." type="pf" /> </Button> </span> `;
Version data entries
13 entries across 13 versions & 1 rubygems