Skip to content

Commit d377efc

Browse files
committed
Test fix
1 parent 3bf3453 commit d377efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbrowse/test/src/org/labkey/test/tests/external/labModules/JBrowseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ private void testGridFailureConditions()
14771477
waitForElement(Locator.tagWithClass("div", "MuiDataGrid-root"));
14781478
waitForElement(Locator.tagWithText("div", "No rows").withClass("MuiDataGrid-overlay"));
14791479

1480-
beginAt("/" + getProjectName() + "/jbrowse-variantTable.view?session=mgap&trackId=mgap_hg38&location=1:100-200");
1480+
beginAt("/" + getProjectName() + "/jbrowse-variantTable.view?session=mgap&trackId=mgap_hg38&location=1:10-100");
14811481
waitForElement(Locator.tagWithClass("div", "MuiDataGrid-root"));
14821482
waitForElement(Locator.tagWithText("div", "No rows").withClass("MuiDataGrid-overlay"));
14831483
}

0 commit comments

Comments
 (0)