Skip to content

Commit 2602990

Browse files
Test fixes
1 parent 2feb8ef commit 2602990

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ms2/test/src/org/labkey/test/tests/ms2/MS2Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ private void pepXMLtest()
11681168
assertEquals("Incorrect number of graphs", 1, getElementCount(Locator.tag("img").withAttributeContaining("src", WebTestHelper.buildRelativeUrl("ms2", "MS2VerifyProject/ms2folder", "showPeptideProphetSensitivityPlot"))));
11691169
assertEquals("Incorrect number of graphs", 6, getElementCount(Locator.tag("img").withAttributeContaining("src", WebTestHelper.buildRelativeUrl("ms2", "MS2VerifyProject/ms2folder", "showPeptideProphetDistributionPlot"))));
11701170
assertEquals("Incorrect number of graphs", 6, getElementCount(Locator.tag("img").withAttributeContaining("src", WebTestHelper.buildRelativeUrl("ms2", "MS2VerifyProject/ms2folder", "showPeptideProphetObservedVsModelPlot"))));
1171-
assertTextPresent("PeptideProphet Details: ms2pipe/truncated (pepXML)");
1171+
assertTextPresent("PeptideProphet Details: truncated (pepXML)");
11721172
getDriver().close();
11731173
switchToMainWindow();
11741174
}

0 commit comments

Comments
 (0)