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
If I write a custom component that implements the new Modal component, how can I test its contents actually? For example, if I need to access a certain attribute within the lightning-modal-body tags, I'm assuming the modal.js's modalBody$ function would be used.
Is it supposed to work as calling it from the test like this?
If I write a custom component that implements the new Modal component, how can I test its contents actually? For example, if I need to access a certain attribute within the
lightning-modal-body
tags, I'm assuming themodal.js
'smodalBody$
function would be used.Is it supposed to work as calling it from the test like this?
Considering that the component is implemented like this:
If not, then how am I supposed to assert that the contents within the modal's body are correct?
The text was updated successfully, but these errors were encountered: