Skip to content

Commit

Permalink
Fix selenium selector
Browse files Browse the repository at this point in the history
Co-authored-by: Laila Los <[email protected]>
  • Loading branch information
davelopez and ElectronicBlueberry committed Sep 28, 2023
1 parent 0781880 commit 1c29d33
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 @@ -809,7 +809,7 @@ invocations:
step_output_collection_toggle: '[data-step="${order_index}"] .invocation-step-output-collection-details .name'
step_output_collection_element_identifier:
type: xpath
selector: '//span[@class="content-title name"][text()="${element_identifier}"]'
selector: '//span[contains(@class, "content-title name")][text()="${element_identifier}"]'
step_output_collection_element_datatype: '[data-step="${order_index}"] .invocation-step-output-collection-details .not-loading .datatype .value'
step_job_details: '[data-step="${order_index}"] .invocation-step-job-details'
step_job_table: '[data-step="${order_index}"] .invocation-step-job-details table'
Expand Down

0 comments on commit 1c29d33

Please sign in to comment.