Skip to content

Commit

Permalink
Fix selenium selector for WorkflowRun warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Oct 24, 2023
1 parent 74ef0d8 commit 6618350
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 6618350

Please sign in to comment.