ember.js
                                
                                
                                
                                    ember.js copied to clipboard
                            
                            
                            
                        Add failing tests for RouterService forcing unnecessary refresh (#16349)
a bug exists (#16349):
- add a query param with default value and 
refreshModel: true - using the router service, transition between child routes
 - observe the parent model hooks re-running every time
 
This PR just adds failing tests for the router service's transitionTo and replaceWith.
Is this still relevant?
Is this still relevant?
I'd say yes, this likely relates to #19497 and the others mentioned in that thread.