@wordpress/e2e-tests 5.1.0 → 5.1.2
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": "5.1.
|
3
|
+
"version": "5.1.2",
|
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,11 +23,11 @@
|
|
23
23
|
"node": ">=14"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"@wordpress/e2e-test-utils": "^8.1.
|
27
|
-
"@wordpress/jest-console": "^6.0.
|
28
|
-
"@wordpress/jest-puppeteer-axe": "^5.0.
|
29
|
-
"@wordpress/scripts": "^24.1.
|
30
|
-
"@wordpress/url": "^3.18.
|
26
|
+
"@wordpress/e2e-test-utils": "^8.1.1",
|
27
|
+
"@wordpress/jest-console": "^6.0.1",
|
28
|
+
"@wordpress/jest-puppeteer-axe": "^5.0.1",
|
29
|
+
"@wordpress/scripts": "^24.1.2",
|
30
|
+
"@wordpress/url": "^3.18.1",
|
31
31
|
"chalk": "^4.0.0",
|
32
32
|
"expect-puppeteer": "^4.4.0",
|
33
33
|
"filenamify": "^4.2.0",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"publishConfig": {
|
47
47
|
"access": "public"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
|
50
50
|
}
|
@@ -41,7 +41,7 @@ exports[`cpt locking template_lock all should not error when deleting the cotent
|
|
41
41
|
`;
|
42
42
|
|
43
43
|
exports[`cpt locking template_lock all unlocked group should allow blocks to be moved 1`] = `
|
44
|
-
"<!-- wp:group {\\"templateLock\\":false
|
44
|
+
"<!-- wp:group {\\"templateLock\\":false} -->
|
45
45
|
<div class=\\"wp-block-group\\"><!-- wp:paragraph {\\"placeholder\\":\\"Add a description\\"} -->
|
46
46
|
<p>p1</p>
|
47
47
|
<!-- /wp:paragraph -->
|
@@ -55,7 +55,7 @@ exports[`cpt locking template_lock all unlocked group should allow blocks to be
|
|
55
55
|
`;
|
56
56
|
|
57
57
|
exports[`cpt locking template_lock all unlocked group should allow blocks to be removed 1`] = `
|
58
|
-
"<!-- wp:group {\\"templateLock\\":false
|
58
|
+
"<!-- wp:group {\\"templateLock\\":false} -->
|
59
59
|
<div class=\\"wp-block-group\\"><!-- wp:quote -->
|
60
60
|
<blockquote class=\\"wp-block-quote\\"><!-- wp:paragraph -->
|
61
61
|
<p></p>
|
@@ -79,7 +79,7 @@ exports[`Block Grouping Group creation groups and ungroups multiple blocks of di
|
|
79
79
|
`;
|
80
80
|
|
81
81
|
exports[`Block Grouping Preserving selected blocks attributes preserves width alignment settings of selected blocks 1`] = `
|
82
|
-
"<!-- wp:group {\\"layout\\":{\\"type\\":\\"constrained\\"}
|
82
|
+
"<!-- wp:group {\\"align\\":\\"full\\",\\"layout\\":{\\"type\\":\\"constrained\\"}} -->
|
83
83
|
<div class=\\"wp-block-group alignfull\\"><!-- wp:heading -->
|
84
84
|
<h2>Group Heading</h2>
|
85
85
|
<!-- /wp:heading -->
|