-
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
Fix: Include permission management on permanently delete, rename, and restore. #62754
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Unchanged files with check annotations Beta
.getByRole( 'document', { | ||
name: 'Empty block; start writing or type forward slash to choose a block', | ||
} ) | ||
.click(); | ||
Check failure on line 29 in test/e2e/specs/site-editor/pages.spec.js
|
||
// Insert into Page Content using default block. | ||
await editor.canvas |
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.
I guess it doesn't really happen in the case, but the problem here is that
isEligible
will not be called if the user capability changes, right? So maybe all of these need to be precalculated/subscribed to at some point so the buttons re-render.