Skip to content

Commit

Permalink
fix unit test: fish view page has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpich committed Jun 19, 2023
1 parent f0566be commit e1f3308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/zfin/fish/smoketest/FishSmokeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testFishSearchPageOk() throws IOException {
*/
@Test
public void testFishDetailPageOk() throws IOException {
HtmlPage page = webClient.getPage(nonSecureUrlDomain + "/action/fish/fish-detail/ZDB-FISH-150901-19155");
HtmlPage page = webClient.getPage(nonSecureUrlDomain + "/action/fish/ZDB-FISH-150901-19155");
assertThat(page.getTitleText(), containsString("WT + MO1-shha"));
}

Expand Down

0 comments on commit e1f3308

Please sign in to comment.