You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix timezone with package (#680)
* Joyride tutorials update (#679)
* Merged in latest v1.2.1
* Updates to the joyride tutorials and some minor bugfixes.
* Revert Markdown update to fix current jest testing error
* Updated React Markdown library and fixed the jest test errors.
* Update Vulnerability program link
* update additonal VDP link
---------
Co-authored-by: Sasha Ames <[email protected]>
"For Globus downloads, you need to select a saved collection from this drop-down. If you haven't saved any collections, you can do so by clicking the 'Manage Collections' option.",
719
747
'top-start'
720
748
)
721
749
.addNextStep(
722
750
cartTourTargets.downloadAllBtn.selector(),
723
-
'Then you would click this button to get the download script needed for all currently selected datasets in the cart.',
751
+
'After selecting your collection, click this button to start the download for your selected cart items.',
"Your currently saved collections are displayed in this table, where you can also 'Set' or 'Update' the file path to use for a specific collection. If the path is set for a specific collection, you won't have to set the path again when doing transfers to that collection.",
809
+
'auto'
810
+
)
811
+
.addNextStep('body','This concludes the cart page tour.','center')
812
+
.setOnFinish(
813
+
/* istanbul ignore next */
814
+
()=>{
815
+
// Clean-up step for when the tour is complete (or skipped)
0 commit comments