Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium test for library_import_dir #11188

Merged
merged 2 commits into from
Jan 21, 2021

Conversation

OlegZharkov
Copy link
Contributor

Implement Selenium test, that imports dataset from library_import_dir.

We're almost done with lib code testing, only user_library_import_dir left (going to work on that)

@@ -563,10 +563,16 @@ libraries:
download_button: '#download-btn'
delete_btn: '.toolbtn-bulk-delete'
toast_msg: '.toast-message'
select_import_dir_item: 'li[full_path="${name}"] .jstree-anchor'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oof, I forgot jstree was here too and not just the toolshed -- one more thing to replace!

(this looks fine though)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, it's obsolete code from old library. user_import_dir utilizes the same

@dannon dannon merged commit ad2263d into galaxyproject:dev Jan 21, 2021
@github-actions
Copy link

This PR was merged without a "kind/" label, please correct.

@mvdbeek mvdbeek changed the title [Selenium] library_import_dir test Selenium test for library_import_dir May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants