File tree Expand file tree Collapse file tree
test/src/org/labkey/test/tests/snprc_ehr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 xtype : 'ldk-singlesubjectfiltertype' ,
1717 inputValue : LDK . panel . SingleSubjectFilterType . filterName ,
1818 label : 'Single Animal' ,
19+ caseInsensitive : true ,
1920 aliasTable : {
2021 schemaName : 'study' ,
2122 queryName : 'validIdAndAlias' ,
2627 xtype : 'ehr-multianimalfiltertype' ,
2728 inputValue : EHR . panel . MultiAnimalFilterType . filterName ,
2829 label : EHR . panel . MultiAnimalFilterType . label ,
30+ caseInsensitive : true ,
2931 searchOptions : {
3032 room : false ,
3133 cage : false ,
Original file line number Diff line number Diff line change @@ -780,7 +780,7 @@ public void testAnimalHistoryReports()
780780 {
781781 goToAnimalHistory ();
782782 SNPRCAnimalHistoryPage animalHistoryPage = new SNPRCAnimalHistoryPage (getDriver ());
783- animalHistoryPage .searchSingleAnimal ("TEST1441142 " , "No active housing" );
783+ animalHistoryPage .searchSingleAnimal ("Test1441142 " , "No active housing" );
784784 _helper .verifyAllReportTabs (animalHistoryPage );
785785 }
786786
You can’t perform that action at this time.
0 commit comments