MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/Handshake/HandshakeStatus/__snapshots__/HandshakeStatus.test.jsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`HandshakeStatus matches snapshot 1`] = `
<Fragment>
  <Tooltip
    animateFill={true}
    animation="shift"
    arrow={true}
    arrowSize="regular"
    className=""
    delay={0}
    disabled={false}
    distance={10}
    duration={375}
    followCursor={false}
    hideDelay={0}
    hideDuration={375}
    hideOnClick={true}
    html={
      <div>
        <div
          className="status-tooltip-wrapper"
        >
          <div>
            <span
              className="title"
            >
              Bureau: 
              <span
                className="status-name"
              >
                Awaiting Action
              </span>
            </span>
            
          </div>
          <div>
            <span
              className="title"
            >
              Bidder: 
              <span
                className="status-name"
              >
                Awaiting Action
              </span>
            </span>
            
          </div>
        </div>
        
      </div>
    }
    inertia={false}
    interactive={true}
    interactiveBorder={2}
    multiple={false}
    offset={0}
    onHidden={[Function]}
    onHide={[Function]}
    onRequestClose={[Function]}
    onShow={[Function]}
    onShown={[Function]}
    popperOptions={Object {}}
    position="top"
    size="regular"
    sticky={false}
    stickyDuration={200}
    style={Object {}}
    tabIndex="0"
    tag="div"
    theme="hs-status"
    touchHold={false}
    trigger="mouseenter focus"
    unmountHTMLWhenHide={false}
    useContext={true}
    zIndex={9999}
  >
    <div
      className="hs-status-container"
    >
      <div
        className="hs-status-bureau inactive"
      >
        <FontAwesome
          name="hand-paper-o fa-rotate-90"
        />
      </div>
      <div
        className="hs-status-bidder inactive"
      >
        <span
          className="fa-flip-vertical"
        >
          <FontAwesome
            name="hand-paper-o fa-rotate-270"
          />
        </span>
      </div>
    </div>
  </Tooltip>
</Fragment>
`;