-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Combine Site Editor list view tests into a single file #51635
Conversation
await expect( | ||
page.locator( 'role=region[name="List View"i]' ) | ||
).toBeHidden(); |
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 removed inline comments here; they were remnants of copy/pasta referring to a different element, and the assertion should be self-explanatory enough.
Size Change: 0 B Total Size: 1.4 MB ℹ️ View Unchanged
|
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 👍
What?
This is a follow-up to #51598 (comment).
PR moves List View tests from
block-list-panel-preference.spec.js
into a newlist-view.spec.js
file.Why?
These are general List View tests for the site editor, there's no need to keep them in separate files.
Testing Instructions