Skip to content

Commit

Permalink
Merge pull request #16908 from davelopez/fix_selenium_selector
Browse files Browse the repository at this point in the history
Fix selenium selector for Workflow Run warnings
  • Loading branch information
davelopez authored Oct 24, 2023
2 parents 74ef0d8 + 6618350 commit 424bbe7
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 @@ -648,7 +648,7 @@ trs_import:

workflow_run:
selectors:
warning: ".ui-form-composite .alert-warning"
warning: ".ui-form-composite-messages .alert-warning"
input_div: "[step-label='${label}']"
input_data_div: "[step-label='${label}'] .multiselect"
# TODO: put step labels in the DOM ideally
Expand Down

0 comments on commit 424bbe7

Please sign in to comment.