From d6a5f99cc186d7a3a10599900d6febc1882bbf37 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Thu, 7 Nov 2024 17:22:12 -0600 Subject: [PATCH] use explicit selector for regular tab start button (upload tour) --- config/plugins/tours/core.history.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/plugins/tours/core.history.yaml b/config/plugins/tours/core.history.yaml index d0c1ecce2f54..5f8401e0c2a0 100644 --- a/config/plugins/tours/core.history.yaml +++ b/config/plugins/tours/core.history.yaml @@ -28,11 +28,11 @@ steps: https://raw.githubusercontent.com/bgruening/galaxytools/adf077b912ddebd97b07b947b855cdd2862ed8ef/tools/statistics/test-data/anderson.tabular - title: "Start the upload" - element: "#btn-start" + element: "#regular #btn-start" intro: "Upload the data into your Galaxy History." postclick: - - "#btn-start" - - "#btn-close" + - "#regular #btn-start" + - "#regular #btn-close" - title: "History" element: "#current-history-panel"