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
Hi, thanks for raising this issue.
Unfortunately, we don't support shadow DOM for now.
We're tracking this in DOM Testing Library, if it lands there, it should also be possible to use it with Angular Testing Library.
Hey @2YY, I had the same problem and I solved using this library (shadow-dom-testing-library), it works just fine for me.
I hope soon we are getting support from Angular Testing Library to get elements in a Shadow DOM.
Hi, I'm testing component that used as WebComponent (Angular Element).
And I want to enable shadow DOM encapsulation.
But if shadow DOM encapsulation is enabled, Angular Testing Library seems failed find elements in shadow DOM.
Is there anything I can solve this problem?
Thanks.
The text was updated successfully, but these errors were encountered: