jacobrs / Signal-Android

A private messenger for Android.

Home Page:https://whispersystems.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing Emoji Reactions

claudds opened this issue · comments

Implement tests for emoji reactions.

  • unit tests
  • espresso tests
  • acceptance tests

Ideal hours: 4 hours
Related story: #88

Added in espresso test to verify the appearance of the emoji menu button on message long press.

Time taken: 30 minutes

Added in espresso test for emoji reactions. Should be noted that the emulator is required to be verified, else the test will fail as emoji reactions do not work over text message.

Time spent: 4 hours.