Skip to content

Commit

Permalink
fix test selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Feb 12, 2024
1 parent 6f1478c commit 3ddd9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ history_panel:
tag_editor:
selectors:
_: '${scope} .details .stateless-tags'
toggle: '${_} .toggle-button'
toggle: '${_} .toggle-link'
display: '${_} .tag span'
input: '${_} input'
tag_area: '${_} .multiselect__tags'
tag_area: '${_} .interactive-tags'
tag_close_btn: '${_} .tag-delete-button'

multi_operations:
Expand Down

0 comments on commit 3ddd9f3

Please sign in to comment.