-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Revert shortcut change in block-deletion e2e test #9477
Conversation
This reverts commit ef01a14.
Is this addressing wrongfully failed e2e tests? |
@caxco93 not wrongfully failed - I reverted a change to a shortcut, but missed reverting it in a test in a different PR. This PR fixes. |
I wonder why it wasn't failing in my PR with "shift" instead of "alt" |
I think it gets picked up by our event handlers as just a standalone BACKSPACE. |
I guess the difference, is we'll have an empty paragraph in one case and remove the paragraph in the other case? I wonder if there's a way to update the test to make it break with |
Yeah, I agree, that would be a good improvement. Making the test type some text before the backspace should have that effect. I can push a commit that does that a bit later. |
Hey @youknowriad - I've modified the test so that it'll fail now with the shortcut currently in master. |
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.
LGTM 👍
This reverts commit ef01a14.
An e2e test that uses the block deletion shortcut was merged in #8961. Unfortunately the shortcut key was reverted back. This PR also reverts the shortcut used in the test.