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
See how the stub for the child component works correctly and the test passes
See how the stub for the grand child component does not work and the test fails
What is expected?
The test for the grand child should pass as it was stubbed.
What is actually happening?
The test fails because the stub does not apply.
This only seems to be an issue with components that are registered globally. The error did not occur when the sub-componentes were registered locally.
We experienced this bug when we upgraded from beta.16 to beta.20. The transition component which is stubbed per default suddenly stopped working in nested components.