Skip to content

Commit

Permalink
Revert "Update tt1 blocks references. (#27770)"
Browse files Browse the repository at this point in the history
This reverts commit c665998.
  • Loading branch information
mkevins committed Dec 18, 2020
1 parent 99d8724 commit f40b256
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"plugins": [
"."
],
"themes": [ "WordPress/theme-experiments/tt1-blocks" ],
"themes": [ "WordPress/theme-experiments/twentytwentyone-blocks" ],
"env": {
"tests": {
"mappings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {

describe( 'Post Title block', () => {
beforeAll( async () => {
await activateTheme( 'tt1-blocks' );
await activateTheme( 'twentytwentyone-blocks' );
} );

afterAll( async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const removeErrorMocks = () => {

describe( 'Multi-entity editor states', () => {
beforeAll( async () => {
await activateTheme( 'tt1-blocks' );
await activateTheme( 'twentytwentyone-blocks' );
await trashAllPosts( 'wp_template' );
await trashAllPosts( 'wp_template_part' );
} );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe( 'Multi-entity save flow', () => {
};

beforeAll( async () => {
await activateTheme( 'tt1-blocks' );
await activateTheme( 'twentytwentyone-blocks' );
await trashAllPosts( 'wp_template' );
await trashAllPosts( 'wp_template_part' );
} );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {

describe( 'Post Editor Template mode', () => {
beforeAll( async () => {
await activateTheme( 'tt1-blocks' );
await activateTheme( 'twentytwentyone-blocks' );
await trashAllPosts( 'wp_template' );
await trashAllPosts( 'wp_template_part' );
} );
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/experiments/template-part.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { navigationPanel } from '../../experimental-features';

describe( 'Template Part', () => {
beforeAll( async () => {
await activateTheme( 'tt1-blocks' );
await activateTheme( 'twentytwentyone-blocks' );
await trashAllPosts( 'wp_template' );
await trashAllPosts( 'wp_template_part' );
} );
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jest.setTimeout( 1000000 );

describe( 'Site Editor Performance', () => {
beforeAll( async () => {
await activateTheme( 'tt1-blocks' );
await activateTheme( 'twentytwentyone-blocks' );
await trashAllPosts( 'wp_template' );
await trashAllPosts( 'wp_template', 'auto-draft' );
await trashAllPosts( 'wp_template_part' );
Expand Down

0 comments on commit f40b256

Please sign in to comment.