Skip to content

Commit

Permalink
Merge pull request #18483 from itisAliRH/fix-workflow-preview-seleniu…
Browse files Browse the repository at this point in the history
…m-test

Fix Workflow Preview Selenium Test Error
  • Loading branch information
dannon authored Jul 2, 2024
2 parents d6134fd + fa02543 commit a88822c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/components/Workflow/WorkflowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ async function onTagClick(tag: string) {
<span class="workflow-name font-weight-bold">
<BLink
v-b-tooltip.hover.noninteractive
class="workflow-name-preview"
title="Preview Workflow"
@click.stop.prevent="toggleShowPreview(true)"
>{{ workflow.name }}</BLink
Expand Down
2 changes: 1 addition & 1 deletion client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ workflows:
rename_input: '#workflow-name-input'
workflow_drop_down: '[data-workflow-actions-dropdown]'
delete_button: '.workflow-delete-button'
view_button: '.workflow-view-button'
view_button: '.workflow-name-preview'
workflow_preview_container: '.workflow-card-preview-modal .workflow-published .published-workflow'
workflow_preview_information: '.workflow-information'
view_external_link: ".workflow-view-external-link-button"
Expand Down

0 comments on commit a88822c

Please sign in to comment.