You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a few elements that we would like add tags to for user tracking and automation, however there's a few React components that don't appear to offer properties to set a customized ID. It'd be great if these 3 components offered a ouiaId property:
WizardNav
WizardNavItem
ClipboardCopy
Additionally while the Modal component does accept a custom automation ID however the close icon uses a generated ID. It'd be nice if there was a way to either specify the OUIA ID for the Modal close icon or if the Modal component could perhaps use value built off of the ouiaId property it receives.