@@ -14,14 +14,14 @@ const doctorOrders = [
1414 drugNdcCode : '65597-407-20' ,
1515 drugPrice : 200 ,
1616 metRequirements : [ ] ,
17- patientCity : 'Winterfell ' ,
17+ patientCity : 'Boston ' ,
1818 patientCountry : 'US' ,
1919 patientDOB : '1996-06-01' ,
20- patientFirstName : 'Jon ' ,
20+ patientFirstName : 'John ' ,
2121 patientLastName : 'Snow' ,
22- patientName : 'Jon Snow' ,
23- patientPostalCode : '00008 ' ,
24- patientStateProvince : 'Westeros ' ,
22+ patientName : 'John Snow' ,
23+ patientPostalCode : '02134 ' ,
24+ patientStateProvince : 'MA ' ,
2525 pickupDate : 'Tue Dec 13 2022' ,
2626 quantities : '90' ,
2727 rxDate : '2020-07-11' ,
@@ -47,7 +47,7 @@ describe('<OrderCard />', () => {
4747 render ( < OrderCard tabStatus = { TabStatus . PENDING } /> ) ;
4848
4949 await waitFor ( ( ) => {
50- expect ( screen . getByText ( / J o n S n o w / i) ) . toBeInTheDocument ( ) ;
50+ expect ( screen . getByText ( / J o h n S n o w / i) ) . toBeInTheDocument ( ) ;
5151 expect ( screen . getByText ( / 1 9 9 6 / i) ) . toBeInTheDocument ( ) ;
5252 expect ( screen . getByText ( / T u r a l i o / i) ) . toBeInTheDocument ( ) ;
5353 expect ( screen . getByText ( / P e n d i n g / i) ) . toBeInTheDocument ( ) ;
0 commit comments