From 83e99dc9bee2ed836f9edee4b1e8bf6f9e529b62 Mon Sep 17 00:00:00 2001 From: guerler Date: Tue, 28 May 2024 17:03:32 +0300 Subject: [PATCH] Adjust library identifier to align with selenium tests --- client/src/utils/navigation/navigation.yml | 2 +- config/plugins/tours/core.galaxy_ui.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/utils/navigation/navigation.yml b/client/src/utils/navigation/navigation.yml index 61e87c8ab9f4..4d54b5aa473f 100644 --- a/client/src/utils/navigation/navigation.yml +++ b/client/src/utils/navigation/navigation.yml @@ -47,7 +47,7 @@ masthead: home: '#analysis' help: '#help' login: '#user' - library: '#library' + libraries: '#library' window_manager: '#enable-window-manager' workflow: '#workflow .nav-link' diff --git a/config/plugins/tours/core.galaxy_ui.yaml b/config/plugins/tours/core.galaxy_ui.yaml index 4b5e922e8277..c9b450a3cdee 100644 --- a/config/plugins/tours/core.galaxy_ui.yaml +++ b/config/plugins/tours/core.galaxy_ui.yaml @@ -123,7 +123,7 @@ steps: intro: "This is the current view. Start your Analysis from here." - title: "Data Libraries" - component: masthead.library + component: masthead.libraries intro: "Get access to source data." - title: "Workflow"