Skip to content

Commit

Permalink
Site Editor: fix "Quick Edit Mode" E2E tests (#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

1 comment on commit 3416bf4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 3416bf4.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12607039785
📝 Reported issues:

Please sign in to comment.