abhinaba-ghosh / cypress-react-selector

:zap: cypress plugin to locate react elements by component, props and state
https://www.cypress.io/
MIT License
274 stars 28 forks source link

Is it possible to get a component from a portal? #352

Open vf-dev opened 2 years ago

vf-dev commented 2 years ago

I have a modal component into a portal (createPortal into React 18) so outside the DOM. Is it possible to select the component?