COS301-SE-2024 / The-Republic

Imagine a fusion of ‘Eskom se Push’ and ‘X’. The Republic allows users to raise concerns and spread awareness about government services through incident reports, with cool data visualizations providing a dynamic overview of public sentiment on service delivery.
https://the-republic-six.vercel.app
7 stars 0 forks source link

Feature/testing #230

Closed MulisaMusehane closed 1 month ago

MulisaMusehane commented 1 month ago

Testing Frontend App & Backend Server

Added Location Prop Test:

Implemented comprehensive unit tests for the location prop to ensure correct handling and rendering based on various input values.

Added Null Location Test:

Created tests specifically for scenarios where the location prop is null to verify that the application handles these edge cases gracefully without errors.

More Location Tests Added:

Expanded the test suite to cover additional edge cases and scenarios related to location functionality, ensuring robust and reliable behavior.

Map Button Tests:

Developed tests for the map button functionality, verifying that interactions with the button trigger the correct behaviors and UI updates.

Merge Remote-Tracking Branch 'origin/develop' into feature/testing:

Merged the latest changes from the develop branch to ensure the feature branch is up to date with the most recent codebase and changes.

Updated the Failing Tests:

Reviewed and updated existing tests that were failing, making necessary adjustments to align with the latest code changes and ensuring all tests pass successfully.