Fix unread badge click open thread e2e test
Fix unread badge click open thread e2e test
Found while working on https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1619
I created an issue on the Cypress issue tracker: https://github.com/cypress-io/cypress/issues/5662
clicking unread thread message notification opens thread message feed
The chat input textarea was resizing and the click was actually missing the unread banner. To see the before/after, just hover the click event in the Cypress test runner
Edited by Eric Eastwood