Skip to content

Commit

Permalink
ensure library import to collection modal closes
Browse files Browse the repository at this point in the history
This fixes seleniums failing in `lib/galaxy_test/selenium/test_library_to_collections.py::TestLibraryToCollections` where the modal was in the way.
  • Loading branch information
ahmedhamidawan committed Dec 3, 2024
1 parent e09a364 commit 9deac09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ var ImportCollectionModal = Backbone.View.extend({
buttons: {
Continue: () => {
this.showCollectionBuilder(checked_items.dataset_ids);
Galaxy.modal.hide();
},
Close: () => {
Galaxy.modal.hide();
Expand Down

0 comments on commit 9deac09

Please sign in to comment.