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
fix(tests): duplicate messages in featureDev tests #4344
Problem:
- the beforeEach registers a framework which accepts requests. If we don't dispose before building a new one we get duplicate chat messages because theres two message listeners registered
Solution:
- dipose of the first framework instance before creating the second framwork instance
0 commit comments