ProximaEPFL / proxima

A social app that encourages users to visit places in order to see posts.
8 stars 1 forks source link

More end to end tests #336

Closed Aderfish closed 5 months ago

Aderfish commented 5 months ago

Fixes #220,

I have added end to end tests for completing a challenge and leaving and deleting a comment. I've had to fix a bug in the createUserPost test util to make the geohash of the generated post correct.

Acceptance criteria:

Aderfish commented 5 months ago

I think separating the helper functions is a good idea, and that way we might reuse them in other places. I did that in cb8d423967f3c320a4dc2912c48105ce08b72ced.