File tree Expand file tree Collapse file tree
ms2/test/src/org/labkey/test/tests/ms2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1158,7 +1158,7 @@ private void pepXMLtest()
11581158 {
11591159 clickButton ("Process and Import Data" );
11601160 _fileBrowserHelper .importFile ("pepXML/truncated.pep.xml" , "Import Search Results" );
1161- String ms2Run = "ms2pipe/ truncated (pepXML)" ;
1161+ String ms2Run = "truncated (pepXML)" ;
11621162 waitForRunningPipelineJobs (defaultWaitForPage );
11631163 clickAndWait (Locator .linkWithText (ms2Run ));
11641164
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public void testPeaksImport()
8484 clickButton ("Process and Import Data" );
8585 _fileBrowserHelper .importFile ("peaks/peaks.pep.xml" , "Import Search Results" );
8686
87- String runLabel = "ms2pipe/ peaks (peaks)" ;
87+ String runLabel = " peaks (peaks)" ;
8888 waitForRunningPipelineJobs (MAX_WAIT_SECONDS * 1000 );
8989 waitForElement (Locator .linkWithText (runLabel ));
9090
You can’t perform that action at this time.
0 commit comments