Skip to content

Commit

Permalink
fix history menu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Dec 19, 2022
1 parent d1689fb commit cb64150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const expectedOptions = [
"Export Tool Citations",
"Export History to File",
"Extract Workflow",
"Show Invocations",
"Share or Publish",
"Set Permissions",
"Make Private",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

<b-dropdown-item
:disabled="currentUser.isAnonymous"
:title="userTitle('Display Workflow Invocations')"
@click="$router.push(`histories/${history.id}/invocations`)">
<Icon fixed-width icon="sitemap" class="fa-rotate-270 mr-1" />
<span v-localize>Show Invocations</span>
Expand Down

0 comments on commit cb64150

Please sign in to comment.