src/Components/BidTracker/PriorityCards/IsOnStandby/__snapshots__/IsOnStandby.test.jsx.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`IsOnStandbyComponent matches snapshot 1`] = `
<div
className="usa-grid-full bid-tracker
bid-tracker-standby-container false"
>
<div
className="padded-container-inner bid-tracker-standby-title"
>
<div
className="bid-tracker-standby-inner-container"
>
<div
className="bid-tracker-standby-title-top"
>
Approved
</div>
<div
className="bid-tracker-standby-title-bottom"
>
(on-hold)
</div>
</div>
</div>
<div
className="bid-tracker-standby-content-container"
>
<BidTrackerCardTop
bid={
Object {
"approved_date": "2017-12-20",
"closed_date": "2017-12-20",
"create_date": "2017-12-20",
"declined_date": "2017-12-20",
"draft_date": "2017-12-20",
"handshake_accepted_date": "2017-12-20",
"handshake_declined_date": "2017-12-20",
"handshake_offered_date": "2017-12-20",
"id": 3,
"in_panel_date": "2017-12-20",
"is_priority": false,
"position_info": Object {
"bid_statistics": Array [
Object {
"at_skill": 0,
"has_handshake_accepted": null,
"has_handshake_offered": false,
"id": null,
"in_grade": 0,
"in_grade_at_skill": 0,
"total_bids": 0,
},
],
"bidcycle": Object {
"name": "Demo BidCycle 2017-10-31 16:00:51.254762",
},
"id": 11,
"position": Object {
"bureau": "(AF) BUREAU OF AFRICAN AFFAIRS",
"create_date": "2015-08-05",
"grade": "03",
"position_number": "10035561",
"post": Object {
"id": 199,
"location": Object {
"city": "Freetown",
"code": "00A",
"country": "Sierra Leone",
"id": 103,
"state": "",
},
},
"skill": "POLITICAL AND ECONOMIC AFFAIRS (6050)",
"title": "POLITICAL/ECONOMIC OFFICER",
"update_date": "2017-06-08",
},
},
"reviewer": Object {
"email": "woodwardw@state.gov",
"first_name": "Wendy",
"is_cdo": false,
"last_name": "Woodward",
"phone_number": "555-555-5555",
"username": "woodwardw",
},
"scheduled_panel_date": "2017-12-20",
"status": "approved",
"submitted_date": "2017-12-20",
"update_date": "2017-12-20",
"user": "rehmant",
}
}
bidTakenFlag={false}
deleteBid={[Function]}
hideDelete={true}
showBidCount={false}
showQuestion={false}
useCDOView={false}
/>
</div>
</div>
`;