Add data-cy for events input fields (#6345)

This commit is contained in:
Midhun Kumar E 2023-05-10 18:37:20 +05:30 committed by GitHub
parent 6f1e11ebca
commit 7ed2213d07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -697,6 +697,7 @@ export const EventManager = ({
enablePreview={true}
type={param?.type}
fieldMeta={{ options: param?.options }}
cyLabel={param.displayName}
/>
</div>
</div>