Skip to content

Fix transient selenium error when adding collection input. #20460

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jmchilton
Copy link
Member

@jmchilton jmchilton commented Jun 14, 2025

Expanding the activity panel for inputs leaves a tooltip there that blocks the collection input - this happens pretty consistently locally but I saw it in dev for the first time so I'm backporting my fix.

The exception looks like this:

lib/galaxy_test/selenium/test_workflow_editor.py::TestWorkflowEditor::test_collection_input - selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <button data-v-b6d842cc="" data-v-535ecea5="" data-id="data_collection_input" class="workflow-input-button">...</button> is not clickable at point (251, 184). Other element would receive the click: <div data-v-52e55e3d="" data-v-bd5fefe2="" class="text-center px-2 py-1">...</div>

https://github.com/galaxyproject/galaxy/actions/runs/15643730294/job/44077231845?pr=20282

How to test the changes?

(Select all options that apply)

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

Expanding the activity panel for inputs leaves a tooltip there that blocks the collection input - this happens pretty consistently locally but I saw it in dev for the first time so I'm backporting my fix.

The exception looks like this:

lib/galaxy_test/selenium/test_workflow_editor.py::TestWorkflowEditor::test_collection_input - selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <button data-v-b6d842cc="" data-v-535ecea5="" data-id="data_collection_input" class="workflow-input-button">...</button> is not clickable at point (251, 184). Other element would receive the click: <div data-v-52e55e3d="" data-v-bd5fefe2="" class="text-center px-2 py-1">...</div>

https://github.com/galaxyproject/galaxy/actions/runs/15643730294/job/44077231845?pr=20282
@jmchilton jmchilton marked this pull request as ready for review June 15, 2025 14:09
@github-actions github-actions bot added this to the 25.1 milestone Jun 15, 2025
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.

1 participant