Tests were left broken and uncompilable, this change allows the compilation of these files and also fixes the large majority of tests, leaving only the ones in ProductDetails component to fail.
More work will be needed to fix the ProductDetails component tests.
How has this been tested?
Screenshots
Checklist
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[x] I have added tests unit/integration that prove the changes work
[x] New and existing unit tests pass locally with my changes
[x] I have checked my code and corrected any misspellings
Description
Tests were left broken and uncompilable, this change allows the compilation of these files and also fixes the large majority of tests, leaving only the ones in
ProductDetails
component to fail.More work will be needed to fix the
ProductDetails
component tests.How has this been tested?
Screenshots
Checklist