@wordpress/e2e-tests 5.2.0 → 5.2.1-next.4d3b314fd5.0
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.2.0",
|
3
|
+
"version": "5.2.1-next.4d3b314fd5.0",
|
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.2.0",
|
27
|
-
"@wordpress/jest-console": "^6.1.0",
|
28
|
-
"@wordpress/jest-puppeteer-axe": "^5.1.0",
|
29
|
-
"@wordpress/scripts": "^24.2.0",
|
30
|
-
"@wordpress/url": "^3.19.0",
|
26
|
+
"@wordpress/e2e-test-utils": "^8.2.1-next.4d3b314fd5.0",
|
27
|
+
"@wordpress/jest-console": "^6.1.1-next.4d3b314fd5.0",
|
28
|
+
"@wordpress/jest-puppeteer-axe": "^5.1.1-next.4d3b314fd5.0",
|
29
|
+
"@wordpress/scripts": "^24.2.1-next.4d3b314fd5.0",
|
30
|
+
"@wordpress/url": "^3.19.1-next.4d3b314fd5.0",
|
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": "25054766423cb49d959eb656c2533530073ff5c2"
|
50
50
|
}
|
@@ -363,9 +363,8 @@ describe( 'Reusable blocks', () => {
|
|
363
363
|
const quoteBlock = await page.waitForSelector(
|
364
364
|
'.block-editor-block-list__block[aria-label="Block: Quote"]'
|
365
365
|
);
|
366
|
-
await quoteBlock.click();
|
367
366
|
// Select the quote block.
|
368
|
-
await
|
367
|
+
await quoteBlock.focus();
|
369
368
|
await openDocumentSettingsSidebar();
|
370
369
|
await page.waitForXPath(
|
371
370
|
'//*[@role="region"][@aria-label="Editor settings"]//button[.="Styles"]'
|