@wordpress/e2e-tests 7.6.2 → 7.6.3

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": "7.6.2",
3
+ "version": "7.6.3",
4
4
  "description": "End-To-End (E2E) tests for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "a00463f06c90ae6705951861eb889e67a52bf448"
48
+ "gitHead": "7efa7c2321a958ddfa723825a0354071435a9d43"
49
49
  }
@@ -37,7 +37,7 @@ describe( 'Post Comments Form', () => {
37
37
  );
38
38
  await expect( page ).toClick(
39
39
  '.edit-site-sidebar-navigation-item',
40
- { text: /singular/i }
40
+ { text: /single entries/i }
41
41
  );
42
42
  await enterEditMode();
43
43
 
@@ -79,7 +79,7 @@ describe( 'Settings sidebar', () => {
79
79
  'Used as a fallback template for all pages when a more specific template is not defined.',
80
80
  } );
81
81
  expect( templateCardAfterNavigation ).toMatchObject( {
82
- title: 'Singular',
82
+ title: 'Single Entries',
83
83
  description:
84
84
  'Displays any single entry, such as a post or a page. This template will serve as a fallback when a more specific template (e.g., Single Post, Page, or Attachment) cannot be found.',
85
85
  } );