@wordpress/e2e-tests 7.6.6 → 7.6.8
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.8",
|
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": "^10.6.3",
|
27
27
|
"@wordpress/jest-console": "^7.6.1",
|
28
28
|
"@wordpress/jest-puppeteer-axe": "^6.6.1",
|
29
|
-
"@wordpress/scripts": "^26.6.
|
29
|
+
"@wordpress/scripts": "^26.6.3",
|
30
30
|
"@wordpress/url": "^3.36.1",
|
31
31
|
"chalk": "^4.0.0",
|
32
32
|
"expect-puppeteer": "^4.4.0",
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"publishConfig": {
|
46
46
|
"access": "public"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "57ab3bd2f1dd0e82d94d6d0a722a650c9b12aaae"
|
49
49
|
}
|
@@ -352,7 +352,7 @@ describe( 'Reusable blocks', () => {
|
|
352
352
|
expect( reusableBlockWithParagraph ).toBeTruthy();
|
353
353
|
|
354
354
|
// Convert back to regular blocks.
|
355
|
-
await clickBlockToolbarButton( 'Select
|
355
|
+
await clickBlockToolbarButton( 'Select Edited block' );
|
356
356
|
await clickBlockToolbarButton( 'Detach pattern' );
|
357
357
|
await page.waitForXPath( selector, {
|
358
358
|
hidden: true,
|