Skip to content

Commit

Permalink
Merge pull request #245 from LabKey/fb_merge_23.7_to_develop
Browse files Browse the repository at this point in the history
Merge discvr-23.7 to develop
  • Loading branch information
bbimber authored Sep 1, 2023
2 parents 578d0fa + 029a623 commit 2ff18ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: |
DEFAULT_BRANCH='${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
echo 'Default branch: '$DEFAULT_BRANCH
echo 'Event: ${{ github.event_name }}'
echo 'Repository: ${{ github.repository }}'
echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> $GITHUB_ENV
id: default-branch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ private void testGridFailureConditions()
waitForElement(Locator.tagWithClass("div", "MuiDataGrid-root"));
waitForElement(Locator.tagWithText("div", "No rows").withClass("MuiDataGrid-overlay"));

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

0 comments on commit 2ff18ff

Please sign in to comment.