@wordpress/e2e-tests 7.6.2 → 7.6.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": "7.6.
|
3
|
+
"version": "7.6.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",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"node": ">=14"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@wordpress/e2e-test-utils": "^10.6.
|
26
|
+
"@wordpress/e2e-test-utils": "^10.6.2",
|
27
27
|
"@wordpress/jest-console": "^7.6.1",
|
28
28
|
"@wordpress/jest-puppeteer-axe": "^6.6.1",
|
29
29
|
"@wordpress/scripts": "^26.6.2",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"publishConfig": {
|
46
46
|
"access": "public"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "65fb4cd5187a47ca274c24c04a220bcdb2ddfa67"
|
49
49
|
}
|
@@ -113,7 +113,7 @@ describe( 'Reusable blocks', () => {
|
|
113
113
|
await insertReusableBlock( 'Surprised greeting block' );
|
114
114
|
|
115
115
|
// Convert block to a regular block.
|
116
|
-
await clickBlockToolbarButton( '
|
116
|
+
await clickBlockToolbarButton( 'Detach pattern' );
|
117
117
|
|
118
118
|
// Check that we have a paragraph block on the page.
|
119
119
|
const paragraphBlock = await canvas().$(
|
@@ -221,7 +221,7 @@ describe( 'Reusable blocks', () => {
|
|
221
221
|
await insertReusableBlock( 'Multi-selection reusable block' );
|
222
222
|
|
223
223
|
// Convert block to a regular block.
|
224
|
-
await clickBlockToolbarButton( '
|
224
|
+
await clickBlockToolbarButton( 'Detach patterns' );
|
225
225
|
|
226
226
|
// Check that we have two paragraph blocks on the page.
|
227
227
|
expect( await getEditedPostContent() ).toMatchSnapshot();
|
@@ -353,7 +353,7 @@ describe( 'Reusable blocks', () => {
|
|
353
353
|
|
354
354
|
// Convert back to regular blocks.
|
355
355
|
await clickBlockToolbarButton( 'Select Pattern' );
|
356
|
-
await clickBlockToolbarButton( '
|
356
|
+
await clickBlockToolbarButton( 'Detach pattern' );
|
357
357
|
await page.waitForXPath( selector, {
|
358
358
|
hidden: true,
|
359
359
|
} );
|
@@ -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: '
|
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
|
} );
|