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
Description
If a button has content inside it (for instance icon or a label) and that icon/label is clicked, then the selector returned is incorrect. For example consider the HTML
If any of the btn-icon-label is clicked, the sourceSelector returned is #btn-id button.btn-icon-label. This selector points to the second button indicating that the first button is not clicked.
To Reproduce
Steps to reproduce the behavior:
Added a failing test case for the same
Expected behavior
The correct selector should be sent to RUM for further analysis of the data. i.e. form button#guideContainer-rootPanel-panel-panel-panel_1038605610-panel-guidebutton_copy___widget .iconButton-label
The text was updated successfully, but these errors were encountered:
Description
If a button has content inside it (for instance icon or a label) and that icon/label is clicked, then the selector returned is incorrect. For example consider the HTML
If any of the
btn-icon-label
is clicked, the sourceSelector returned is#btn-id button.btn-icon-label
. This selector points to the second button indicating that the first button is not clicked.To Reproduce
Steps to reproduce the behavior:
Added a failing test case for the same
Expected behavior
The correct selector should be sent to RUM for further analysis of the data. i.e.
form button#guideContainer-rootPanel-panel-panel-panel_1038605610-panel-guidebutton_copy___widget .iconButton-label
The text was updated successfully, but these errors were encountered: