@wordpress/e2e-tests 6.3.3 → 6.3.4

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": "6.3.3",
3
+ "version": "6.3.4",
4
4
  "description": "End-To-End (E2E) tests for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -26,7 +26,7 @@
26
26
  "@wordpress/e2e-test-utils": "^9.3.2",
27
27
  "@wordpress/jest-console": "^6.9.1",
28
28
  "@wordpress/jest-puppeteer-axe": "^5.9.1",
29
- "@wordpress/scripts": "^25.3.3",
29
+ "@wordpress/scripts": "^25.3.4",
30
30
  "@wordpress/url": "^3.27.1",
31
31
  "chalk": "^4.0.0",
32
32
  "expect-puppeteer": "^4.4.0",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "1bf01c01a8238ce3a681ad1e517f86033818b78d"
49
+ "gitHead": "1e2b2f680c6378f789d6660bc04b30e35e3a33a3"
50
50
  }
@@ -87,7 +87,6 @@ describe( 'Site Editor Performance', () => {
87
87
  await visitSiteEditor( {
88
88
  postId: id,
89
89
  postType: 'page',
90
- path: '/navigation/single',
91
90
  } );
92
91
 
93
92
  let i = 3;
@@ -265,7 +265,6 @@ describe( 'Multi-entity save flow', () => {
265
265
  await visitSiteEditor( {
266
266
  postId: 'emptytheme//index',
267
267
  postType: 'wp_template',
268
- path: '/templates/single',
269
268
  } );
270
269
 
271
270
  await enterEditMode();
@@ -305,7 +304,6 @@ describe( 'Multi-entity save flow', () => {
305
304
  await visitSiteEditor( {
306
305
  postId: 'emptytheme//index',
307
306
  postType: 'wp_template',
308
- path: '/templates/single',
309
307
  } );
310
308
 
311
309
  await enterEditMode();
@@ -69,7 +69,6 @@ describe( 'Settings sidebar', () => {
69
69
  await visitSiteEditor( {
70
70
  postId: 'emptytheme//singular',
71
71
  postType: 'wp_template',
72
- path: '/templates/single',
73
72
  } );
74
73
  await enterEditMode();
75
74
  const templateCardAfterNavigation = await getTemplateCard();