@@ -469,7 +469,7 @@ public void testClinicalObservation()
469469
470470 Ext4GridRef observationOrders = _helper .getExt4GridForFormSection ("Observation Orders" );
471471 _helper .addRecordToGrid (observationOrders );
472- observationOrders .setGridCell (1 , "category" , "Lameness/Disuse " );
472+ observationOrders .setGridCell (1 , "category" , "Lameness" );
473473 observationOrders .setGridCell (1 , "frequency" , "QID" );
474474 submitForm ("Submit Final" , "Finalize" );
475475
@@ -479,7 +479,7 @@ public void testClinicalObservation()
479479 DataRegionTable table = new AnimalHistoryPage <>(getDriver ()).getActiveReportDataRegion ();
480480 table .setFilter ("Id" , "Equals" , animalId );
481481
482- List <String > expected = Arrays .asList ("Activity" , "Appetite" , "BCS" , "Hydration" , "Stool" , "Verified Id?" , "Lameness/Disuse " );
482+ List <String > expected = Arrays .asList ("Activity" , "Appetite" , "BCS" , "Hydration" , "Stool" , "Verified Id?" , "Lameness" );
483483 List <String > actual = table .getColumnDataAsText ("category" );
484484 Collections .sort (expected );
485485 Collections .sort (actual );
@@ -492,7 +492,7 @@ public void testClinicalObservation()
492492 table = new AnimalHistoryPage <>(getDriver ()).getActiveReportDataRegion ();
493493 table .setFilter ("Id" , "Equals" , animalId );
494494 Assert .assertEquals ("Incorrect rows in Today's Observation Schedule" , 4 , table .getDataRowCount ());
495- Assert .assertEquals ("Incorrect observation title" , "Daily Clinical Observations; Lameness/Disuse " , table .getDataAsText (0 , "observationList" ));
495+ Assert .assertEquals ("Incorrect observation title" , "Daily Clinical Observations; Lameness" , table .getDataAsText (0 , "observationList" ));
496496 Assert .assertEquals ("Status is not updated" , "" , table .getDataAsText (0 , "observationStatus" ));
497497 table .link (0 , "observationRecord" ).click ();
498498
@@ -526,7 +526,7 @@ public void testClinicalObservation()
526526
527527 log ("Closing the case" );
528528 goToEHRFolder ();
529- clickAndWait (Locator .linkWithText ("Active Clinical Cases" ));
529+ waitAndClickAndWait (Locator .linkWithText ("Active Clinical Cases" ));
530530 DataRegionTable activeClinicalCases = new AnimalHistoryPage <>(getDriver ()).getActiveReportDataRegion ();
531531 activeClinicalCases .link (0 , "caseCheck" ).click ();
532532 switchToWindow (2 );
0 commit comments