From 38756ab637dfce08f8f3cd870ea85ad25890d631 Mon Sep 17 00:00:00 2001 From: Alireza Heidari Date: Sun, 17 Nov 2024 18:10:51 +0100 Subject: [PATCH] Adds auto-layout button ID in workflow toolbar Introduces an ID for the auto-layout button in the toolbar component. Updates navigation configuration and Selenium tests to use the new button ID for auto-layout functionality. --- .../src/components/Workflow/Editor/Tools/ToolBar.vue | 1 + client/src/utils/navigation/navigation.yml | 1 + lib/galaxy_test/selenium/test_workflow_editor.py | 10 +++++----- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/client/src/components/Workflow/Editor/Tools/ToolBar.vue b/client/src/components/Workflow/Editor/Tools/ToolBar.vue index 0f2c38d7b086..0df88909f6fe 100644 --- a/client/src/components/Workflow/Editor/Tools/ToolBar.vue +++ b/client/src/components/Workflow/Editor/Tools/ToolBar.vue @@ -250,6 +250,7 @@ function autoLayout() {