Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(designer): Fix automation id of search cards to be operation id so it's unique #3778

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

hartra344
Copy link
Contributor

This pull request includes a single change to the OperationSearchCard component in the libs/designer-ui library. The data-automation-id attribute in the component was updated to use the id property from the operationActionData object, ensuring unique and specific automation ids for each operation action.

Main change:

  • libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx: Updated the data-automation-id attribute in the OperationSearchCard component to use the id property from the operationActionData object.

@hartra344 hartra344 merged commit ccb29bc into main Nov 30, 2023
11 checks passed
@hartra344 hartra344 deleted the daut branch December 1, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants