@wordpress/e2e-tests 2.5.13 → 2.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/e2e-tests",
3
- "version": "2.5.13",
3
+ "version": "2.5.14",
4
4
  "description": "End-To-End (E2E) tests for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "1081a28b2368fcebd9a14554fbd0e25eb33fbcb6"
46
+ "gitHead": "f70f4664ac641bd107481c5c67ee6f5556a0a381"
47
47
  }
@@ -84,8 +84,8 @@ describe( 'Multi-entity save flow', () => {
84
84
  expect( multiSaveButton ).toBeNull();
85
85
  };
86
86
 
87
- it( 'Save flow should work as expected.', async () => {
88
- await createNewPost();
87
+ // Template parts can't be used in posts, so this test needs to be rebuilt using perhaps reusable blocks.
88
+ it.skip( 'Save flow should work as expected.', async () => {
89
89
  // Edit the page some.
90
90
  await page.click( '.editor-post-title' );
91
91
  await page.keyboard.type( 'Test Post...' );
@@ -280,7 +280,8 @@ describe( 'Template Part', () => {
280
280
  const confirmTitleButtonSelector =
281
281
  '.wp-block-template-part__placeholder-create-new__title-form .components-button.is-primary';
282
282
 
283
- it( 'Should insert new template part on creation', async () => {
283
+ // Template parts can't be used in posts, so this test needs to be rebuilt for the template editor.
284
+ it.skip( 'Should insert new template part on creation', async () => {
284
285
  await createNewPost();
285
286
  await disablePrePublishChecks();
286
287
  // Create new template part.