Fixes #37789 - Add snapshot tests for global_registration.erb
In the course of #9808 @sbernhard and I were talking about adding snapshot tests for the Global Registration template.
As adding sensible and reasonable tests for the Global Registration template with various variables set is not as easy as hoped in the beginning and to not block the original PR unnecessarily, I created this PR for adding snapshot tests for the Global Registration template.
I think that this is a good start. As you said, it would be nice to add more parameters to test against. However, those parameters come in from the API call, so not sure how to set them in the context of template generation.
@goarsna Can you please rebase?