This way we can reuse it in sections like SDGManagement and URLs will be automatically generated as expected.
These specs were passing because the `within` method does not work in components specs. We have to use `page.find` instead.
This way we can remove duplication and simplify the code in the view. Note we're not using the "within" method in the tests to access a row, because it doesn't seem to work in components tests when passing the `text:` option.