(feat) e2e test comment create, like and delete
The test flow should:
- login
- create a post
- tap the comment button to move to the full-screen post
- create a comment
- check if the comment exist
- like the comment
- check if the counter is 1
- delete the comment
- check if the comment was deleted
Edited by Martin Santangelo