Skip to content

Commit

Permalink
Site Editor: fix "Quick Edit Mode" E2E tests (WordPress#68484)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
  • Loading branch information
t-hamano and t-hamano authored Jan 4, 2025
1 parent 50d2e06 commit 3416bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/specs/site-editor/page-list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ test.describe( 'Page List', () => {
await page.getByRole( 'button', { name: 'Layout' } ).click();
await page.getByRole( 'menuitemradio', { name: 'Table' } ).click();
const privacyPolicyCheckbox = page.getByRole( 'checkbox', {
name: 'Select Item: Privacy Policy',
name: 'Privacy Policy',
} );

await privacyPolicyCheckbox.check();
Expand Down Expand Up @@ -352,7 +352,7 @@ test.describe( 'Page List', () => {
// page,
// } ) => {
// const samplePage = page.getByRole( 'checkbox', {
// name: 'Select Item: Sample Page',
// name: 'Sample Page',
// } );

// await samplePage.check();
Expand Down

0 comments on commit 3416bf4

Please sign in to comment.