MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/BidTracker/OverlayAlert/PanelRescheduledAlert/__snapshots__/PanelRescheduledAlert.test.jsx.snap

Summary

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

exports[`PanelRescheduledAlertComponent matches snapshot 1`] = `
<div
  className="bid-tracker-alert-container bid-tracker-alert-container--in-panel"
>
  <div
    className="top-text"
  >
    <div>
      <FontAwesome
        name="users"
      />
    </div>
    <div>
      You've been rescheduled for the next panel on 6.11.17
    </div>
    <div
      className="date-text"
    >
      6.11.17
    </div>
  </div>
</div>
`;