File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
jbrowse/test/src/org/labkey/test/tests/external/labModules Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
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