This PR fixes the spam that buying cows creates. On buying a cow, the system will no longer show a toast msg that the cow can be bought. Other changes include removing calls to this function by others.
Validation
Download this branch and run it on your localhost.
Login and try to buy a cow.
You should see that your cow inventory goes up, but no notification appears.
Tests
[x] Unit tests pass
[x] Test coverage is at 100%
[x] Mutation tests show a rate of 100%
ChangeLog
frontend/src/main/pages/PlayPage.js Removed const function that produces the toast message as well as backend mutation testing that depended on it.
frontend/src/tests/pages/PlayPage.test.js Removed expectation for toast message in test.
Overview
This PR fixes the spam that buying cows creates. On buying a cow, the system will no longer show a toast msg that the cow can be bought. Other changes include removing calls to this function by others.
Validation
Tests
ChangeLog
frontend/src/main/pages/PlayPage.js
Removed const function that produces the toast message as well as backend mutation testing that depended on it.frontend/src/tests/pages/PlayPage.test.js
Removed expectation for toast message in test.Linked Issues
Closes #7