Sha256: 5d224b81594c61af2010cfa7924041deb719346ebd0e93acaa40b63ae60308ae
Contents?: true
Size: 1.77 KB
Versions: 12
Compression:
Stored size: 1.77 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DeleteTableEntry should render delete parameter 1`] = ` <span> <MessageDialog accessibleDescription="" accessibleName="" className="" enforceFocus={true} footer={null} icon={null} onHide={[Function]} primaryAction={[Function]} primaryActionButtonBsStyle="primary" primaryActionButtonContent="Confirm" primaryContent="Are you sure you wish to delete this item?" secondaryAction={[Function]} secondaryActionButtonBsStyle="default" secondaryActionButtonContent="Cancel" secondaryContent={null} show={false} title="Confirm action" /> <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> <MessageDialog accessibleDescription="" accessibleName="" className="" enforceFocus={true} footer={null} icon={null} onHide={[Function]} primaryAction={[Function]} primaryActionButtonBsStyle="primary" primaryActionButtonContent="Confirm" primaryContent="Are you sure you wish to delete this item?" secondaryAction={[Function]} secondaryActionButtonBsStyle="default" secondaryActionButtonContent="Cancel" secondaryContent={null} show={false} title="Confirm action" /> <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
12 entries across 12 versions & 1 rubygems