* Toolbar ARIA Labels
* Ensure all tests use real translations
All tests should import the 'test-utils' file which re-exports all of
the @testing-library functions. It wraps render() in a react-i18next
instance.
It's important that the component being tested is the one returned from
withTranslation().
Co-authored-by: ov <omar.verduga@gmail.com>