Skip to content

Commit

Permalink
e2e: fix About pattern name to About (Page) (#97114)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightnei authored Dec 5, 2024
1 parent 53f7658 commit ce42481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/editor__post-basic-flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe( DataHelper.createSuiteTitle( 'Editor: Basic Post Flow' ), function ()
} );

describe( 'Patterns', function () {
const patternName = 'About';
const patternName = 'About (Page)';

it( `Add ${ patternName } pattern`, async function () {
await editorPage.addPatternFromSidebar( patternName );
Expand Down

0 comments on commit ce42481

Please sign in to comment.