Skip to content

Commit

Permalink
use explicit selector for regular tab start button (upload tour)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Nov 7, 2024
1 parent b8dbc52 commit d6a5f99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/plugins/tours/core.history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>History</b>."
postclick:
- "#btn-start"
- "#btn-close"
- "#regular #btn-start"
- "#regular #btn-close"

- title: "History"
element: "#current-history-panel"
Expand Down

0 comments on commit d6a5f99

Please sign in to comment.