Skip to content

Commit

Permalink
Updates save button selector in navigation.yml
Browse files Browse the repository at this point in the history
Changes the save button selector to use a more specific ID-based selector.
  • Loading branch information
itisAliRH committed Dec 4, 2024
1 parent accb04e commit fe5bb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ history_panel:
name_input: '${_} [data-description="name input"]'
annotation_input: '${_} [data-description="annotation input"]'
tags_input: '${_} .stateless-tags button'
save_button: '${_} [data-description="editor save button"]'
save_button: '#workflow-save-button'

# history tags
tag_editor:
Expand Down

0 comments on commit fe5bb72

Please sign in to comment.