Skip to content

Commit 6ee9923

Browse files
authored
Test fix (#403)
1 parent c2aaa8d commit 6ee9923

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

snprc_ehr/test/src/org/labkey/test/tests/snprc_ehr/SNPRC_EHRTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,8 @@ public void testKinshipReport()
870870
final String animal1 = "TEST2312318";
871871
final String animal2 = "TEST3844307";
872872

873-
SNPRCAnimalHistoryPage historyPage = SNPRCAnimalHistoryPage.beginAt(this);
873+
goToAnimalHistory();
874+
SNPRCAnimalHistoryPage historyPage = new SNPRCAnimalHistoryPage(getDriver());
874875
historyPage.appendMultipleAnimals(animal1, animal2);
875876
historyPage.clickCategoryTab("Genetics");
876877
historyPage.clickReportTab("Kinship");

0 commit comments

Comments
 (0)