-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX, #6659] bug/editing-a-sent-message-deletes-draft-of-new-message #6946
base: main
Are you sure you want to change the base?
[FIX, #6659] bug/editing-a-sent-message-deletes-draft-of-new-message #6946
Conversation
@ben-biddington thanks for raising this, and I appreciate the effort & patterns you've introduced in this test. Our plan to address this issue is to prevent editing a message while a draft is in progress. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change okay? It's the simplest and first thing I tried.
Okay latest has moved and renamed Test is flaky so still looking at it |
Added sleeps to the flaky test in order to allow the menu to re-render, open to suggestions for a better thing to wait for |
See: #6659
Contributor checklist:
main
branchnpm run ready
run passes successfully (more about tests here)Description
This resolves the behaviour described in #6659 👍