Skip to content

Commit

Permalink
Merge pull request #19462 from ahmedhamidawan/fix_selenium_test_basic…
Browse files Browse the repository at this point in the history
…_navigation

[24.1] Fix failing selenium in `test/integration_selenium/test_edam_tool_panel_views.py`
  • Loading branch information
mvdbeek authored Jan 27, 2025
2 parents 2e91660 + 1484dcc commit 9f224a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ tool_panel:
outer_tool_link: '.toolTitle a[href$$="tool_runner?tool_id=${tool_id}"]'
data_source_tool_link: 'a[href$$="tool_runner/data_source_redirect?tool_id=${tool_id}"]'
search: '.search-query'
toolbox: '[data-description="panel toolbox"]'
workflow_names: '#internal-workflows .toolTitle'
views_button: '.tool-panel-dropdown'
views_menu_item: '[data-panel-id="${panel_id}"]'
Expand Down
1 change: 1 addition & 0 deletions test/integration_selenium/test_edam_tool_panel_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def test_basic_navigation(self):
@retry_during_transitions
def _assert_displaying_edam_operations(self):
tool_panel = self.components.tool_panel
tool_panel.toolbox.wait_for_visible()
labels = tool_panel.panel_labels.all()
assert len(labels) > 0
label0 = labels[0]
Expand Down

0 comments on commit 9f224a8

Please sign in to comment.