We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb9677 commit aa9ad87Copy full SHA for aa9ad87
1 file changed
lib/galaxy_test/selenium/test_workflow_extraction.py
@@ -167,7 +167,7 @@ def extract_workflow_submit(self):
167
def extract_workflow_toggle_job(self, job_id: str):
168
"""Toggle the selection checkbox for a specific job card by job_id."""
169
checkbox = self.components.workflow_extract.card_checkbox_by_job_id(job_id=job_id)
170
- element = checkbox.wait_for_visible()
+ element = checkbox.wait_for_present()
171
self.execute_script_click(element)
172
173
def find_workflow_by_name(self, name: str) -> str:
0 commit comments