Skip to content

Commit 029a623

Browse files
committed
Merge discvr-23.7 to develop
2 parents 578d0fa + d72223e commit 029a623

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: |
2727
DEFAULT_BRANCH='${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
2828
echo 'Default branch: '$DEFAULT_BRANCH
29+
echo 'Event: ${{ github.event_name }}'
30+
echo 'Repository: ${{ github.repository }}'
2931
echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> $GITHUB_ENV
3032
id: default-branch
3133

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)