|
40 | 40 | import org.labkey.test.util.Ext4Helper; |
41 | 41 | import org.labkey.test.util.PasswordUtil; |
42 | 42 | import org.labkey.test.util.PortalHelper; |
43 | | -import org.labkey.test.util.ext4cmp.Ext4CmpRef; |
44 | 43 | import org.labkey.test.util.ext4cmp.Ext4ComboRef; |
45 | 44 | import org.labkey.test.util.ext4cmp.Ext4FieldRef; |
46 | | -import org.labkey.test.util.ext4cmp.Ext4GridRef; |
47 | 45 | import org.labkey.test.util.external.labModules.LabModuleHelper; |
48 | 46 | import org.openqa.selenium.By; |
49 | 47 | import org.openqa.selenium.Keys; |
50 | | -import org.openqa.selenium.StaleElementReferenceException; |
51 | 48 | import org.openqa.selenium.WebElement; |
52 | 49 | import org.openqa.selenium.interactions.Actions; |
53 | 50 | import org.openqa.selenium.support.Color; |
|
56 | 53 | import java.io.IOException; |
57 | 54 | import java.util.List; |
58 | 55 | import java.util.Map; |
59 | | -import java.util.stream.Collector; |
60 | | -import java.util.stream.Collectors; |
61 | 56 |
|
62 | 57 | /** |
63 | 58 | * Created by bimber on 1/20/2015. |
@@ -400,7 +395,7 @@ private void testSampleFiltersFromUrl() |
400 | 395 |
|
401 | 396 | private void testNoSession() |
402 | 397 | { |
403 | | - beginAt("/" + getProjectName() + "/jbrowse-jbrowse.view?"); |
| 398 | + beginAt("/" + getProjectName() + "/jbrowse-jbrowse.view"); |
404 | 399 | waitForElement(Locator.tagWithText("p", "Error - no session provided.")); |
405 | 400 | } |
406 | 401 |
|
@@ -1228,12 +1223,12 @@ private void testOutputFileProcessing() throws Exception |
1228 | 1223 | waitAndClickAndWait(Ext4Helper.Locators.ext4ButtonEnabled("OK")); |
1229 | 1224 | waitForPipelineJobsToComplete(existingPipelineJobs + 1, "Recreating Resources", false); |
1230 | 1225 |
|
1231 | | - beginAt("/project/" + getProjectName() + "/begin.view"); |
| 1226 | + beginAt("/" + getProjectName() + "/project-begin.view"); |
1232 | 1227 | _helper.clickNavPanelItemAndWait("JBrowse Sessions:", 1); |
1233 | 1228 | waitAndClickAndWait(Locator.tagWithText("a", "View In JBrowse")); |
1234 | 1229 | waitForElement(Locator.tagWithText("div", "TestGenome1")); |
1235 | 1230 |
|
1236 | | - beginAt("/project/" + getProjectName() + "/begin.view"); |
| 1231 | + beginAt("/" + getProjectName() + "/project-begin.view"); |
1237 | 1232 | _helper.clickNavPanelItemAndWait("JBrowse Sessions:", 1); |
1238 | 1233 | dr = DataRegionTable.DataRegion(getDriver()).find(); |
1239 | 1234 | dr.clickRowDetails(0); |
@@ -1265,7 +1260,7 @@ private void testOutputFileProcessing() throws Exception |
1265 | 1260 | Assert.assertNotNull("Missing session ID on URL", sessionId); |
1266 | 1261 |
|
1267 | 1262 | // Now ensure default tracks appear: |
1268 | | - beginAt("/project/" + getProjectName() + "/begin.view"); |
| 1263 | + beginAt("/" + getProjectName() + "/project-begin.view"); |
1269 | 1264 | _helper.clickNavPanelItemAndWait("JBrowse Sessions:", 1); |
1270 | 1265 | waitAndClickAndWait(Locator.tagWithText("a", "View In JBrowse")); |
1271 | 1266 | waitForElement(Locator.tagWithText("div", "TestGenome1")); |
|
0 commit comments