Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/org/labkey/test/tests/LabkeyErrorPageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void testServerConfigurationErrors()

checker().verifyEquals("Incorrect error heading message", "Oops! A server configuration error has occurred.",
errorPage.getErrorHeading());
checker().verifyEquals("Incorrect error sub-heading message", "The requested page cannot be found. You have a configuration problem.",
checker().verifyEquals("Incorrect error sub-heading message", "You have a configuration problem.",
errorPage.getSubErrorHeading());
checker().verifyThat("Incorrect error image", errorPage.getErrorImage(), CoreMatchers.containsString(imageTitle));
checker().verifyTrue("'Show Details' button should appear on configuration error page",
Expand Down