Skip to content

Commit

Permalink
make search selector more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Nov 25, 2024
1 parent 61fef86 commit 8b0d78b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/utils/navigation/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,7 @@ workflow_editor:
type: xpath
selector: >
//div[@data-label='Change datatype']//div[contains(@class, 'multiselect')]
select_datatype_text_search:
type: xpath
selector: >
//input[@class="multiselect__input"]
select_datatype_text_search: "div[data-label='Change datatype'] .multiselect__input"
select_datatype:
type: xpath
selector: >
Expand Down

0 comments on commit 8b0d78b

Please sign in to comment.