Open
Description
This issue is automatically created based on existing pull request: #32689: Improve JS Translation DataProviderTest
Description (*)
Currently, DataProviderTest checks that the entire dictionary matches only its translations. When third party extensions are installed that have translation files, this test may fail.
This fix ensures that it is only testing the task it is performing.
Related Pull Requests
- Test Failure in magento/ext-vertex#96
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)