Skip to content

Commit

Permalink
Fix AggregatedTestResultPublisherTest on 2.434+ (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Dec 14, 2023
1 parent dddd196 commit fc2e5ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public void hasLinkToTest(String testName) {
}

public void hasLinkToTestResultOfBuild(String projectName, int buildNumber) {
htmlPage.getAnchorByText(projectName + " #" + buildNumber);
htmlPage.getAnchorByHref("/jenkins/job/" + projectName + "/" + buildNumber + "/testReport/");
}
}

0 comments on commit fc2e5ef

Please sign in to comment.