Skip to content

Commit

Permalink
undo edit in grouping name
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Mar 24, 2023
1 parent 6d15a92 commit 7086ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/site-editor/template-part.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

test.describe( 'Template Part Operations', () => {
test.describe( 'Template Part', () => {
test.beforeAll( async ( { requestUtils } ) => {
await requestUtils.activateTheme( 'emptytheme' );
await requestUtils.deleteAllTemplates( 'wp_template' );
Expand Down

0 comments on commit 7086ad7

Please sign in to comment.