File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
jbrowse/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments