We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2aaa8d commit 6ee9923Copy full SHA for 6ee9923
1 file changed
snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java
@@ -870,7 +870,8 @@ public void testKinshipReport()
870
final String animal1 = "TEST2312318";
871
final String animal2 = "TEST3844307";
872
873
- SNPRCAnimalHistoryPage historyPage = SNPRCAnimalHistoryPage.beginAt(this);
+ goToAnimalHistory();
874
+ SNPRCAnimalHistoryPage historyPage = new SNPRCAnimalHistoryPage(getDriver());
875
historyPage.appendMultipleAnimals(animal1, animal2);
876
historyPage.clickCategoryTab("Genetics");
877
historyPage.clickReportTab("Kinship");
0 commit comments