rich7420 opened a new pull request, #4002: URL: https://github.com/apache/ambari/pull/4002
## What changes were proposed in this pull request? Updated the Ember.run.next stub in the #onChecked tests of App.ServiceConfigRadioButton to handle both calling signatures: Ember.run.next(function): Directly invokes the function. Ember.run.next(context, function): Invokes the function with the provided context using function.call(context). According to #handleDBConnectionProperty, it dealing with two different situations as well. ## How was this patch tested? To run WebUI tests, do (make sure you have chromium installed): ``` CHROME_BIN=/usr/bin/chromium-browser mvn -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip ``` Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For additional commands, e-mail: dev-h...@ambari.apache.org