File tree 2 files changed +2
-0
lines changed
client/src/utils/navigation
test/integration_selenium
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ tool_panel:
394
394
outer_tool_link : ' .toolTitle a[href$$="tool_runner?tool_id=${tool_id}"]'
395
395
data_source_tool_link : ' a[href$$="tool_runner/data_source_redirect?tool_id=${tool_id}"]'
396
396
search : ' .search-query'
397
+ toolbox : ' [data-description="panel toolbox"]'
397
398
workflow_names : ' #internal-workflows .toolTitle'
398
399
views_button : ' .tool-panel-dropdown'
399
400
views_menu_item : ' [data-panel-id="${panel_id}"]'
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ def test_basic_navigation(self):
35
35
@retry_during_transitions
36
36
def _assert_displaying_edam_operations (self ):
37
37
tool_panel = self .components .tool_panel
38
+ tool_panel .toolbox .wait_for_visible ()
38
39
labels = tool_panel .panel_labels .all ()
39
40
assert len (labels ) > 0
40
41
label0 = labels [0 ]
You can’t perform that action at this time.
0 commit comments