Skip to content

Commit 3d99ab0

Browse files
update selector for new history sharing options
1 parent 97925fb commit 3d99ab0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

client/src/components/History/CurrentHistory/HistoryNavigation.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ async function resumePausedJobs() {
271271

272272
<BDropdownItem
273273
:disabled="isAnonymous || !canEditHistory"
274+
data-description="share and manage access"
274275
:title="userTitle('Share, Publish, or Set Permissions for this History')"
275276
@click="$router.push(`/histories/sharing?id=${history.id}`)">
276277
<FontAwesomeIcon fixed-width :icon="faUsersCog" class="mr-1" />

lib/galaxy/selenium/navigates_galaxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ def click_history_option_export_to_file(self):
18131813
self.use_bootstrap_dropdown(option="export to file", menu="history options")
18141814

18151815
def click_history_option_sharing(self):
1816-
self.use_bootstrap_dropdown(option="share or publish", menu="history options")
1816+
self.use_bootstrap_dropdown(option="share and manage access", menu="history options")
18171817

18181818
def click_history_option(self, option_label_or_component):
18191819
# Open menu

0 commit comments

Comments
 (0)