Skip to content

Commit

Permalink
Site Editor: fix quick edit E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jan 4, 2025
1 parent 19043c9 commit 557a82a
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 557a82a

Please sign in to comment.